Skip to content

Commit

Permalink
cache unreliable sourceforge downloads
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tkelman committed Dec 12, 2014
1 parent dbae97e commit 3234254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ init:
# Carriage returns are bad
- git config --global core.autocrlf input

cache:
# Cache any downloads from sourceforge because it's really unreliable
- mingw-w32-bin-i686-20140102.7z
- mingw-w64-bin-x86_64-20140102.7z
- llvm-3.3-i686-w64-mingw32-juliadeps.7z
- llvm-3.3-x86_64-w64-mingw32-juliadeps.7z
- make-3.81-2-msys-1.0.11-bin.tar.lzma

build_script:
# Remove C:\MinGW\bin from the path, the version of MinGW installed on
# AppVeyor is not compatible with the cross-compiled Julia Windows binaries
Expand Down

0 comments on commit 3234254

Please sign in to comment.