Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Sep 9, 2015
1 parent d3f1971 commit 51be7b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
@@ -1,14 +1,17 @@
environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x86/0.3/julia-0.3-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.3/julia-0.3-latest-win64.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"

branches:
only:
- master

- /release-.*/
install:
# Download most recent Julia Windows binary

- ps: (new-object net.webclient).DownloadFile(
$("http://s3.amazonaws.com/"+$env:JULIAVERSION),
"C:\projects\julia-binary.exe")
Expand All @@ -18,7 +21,7 @@ install:
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
# - git fetch --unshallow
- C:\projects\julia\bin\julia-debug -e "versioninfo(); Pkg.init(); Pkg.clone(pwd())"
- C:\projects\julia\bin\julia-debug -e "versioninfo(); Pkg.init(); Pkg.clone(pwd(), \"FileIO\")"

test_script:
- C:\projects\julia\bin\julia-debug -e "Pkg.test(\"FileIO\")"

0 comments on commit 51be7b2

Please sign in to comment.