Skip to content

Commit 8904057

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
update appveyor
1 parent e28f9ed commit 8904057

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
environment:
22
matrix:
3-
- JULIAVERSION: "julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
4-
- JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
5-
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
6-
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
3+
- julia_version: 0.7
4+
- julia_version: 1
5+
- julia_version: nightly
6+
7+
platform:
8+
- x86 # 32-bit
9+
- x64 # 64-bit
710

811
branches:
912
only:
@@ -22,12 +25,7 @@ notifications:
2225
on_build_status_changed: false
2326

2427
install:
25-
# Download most recent Julia Windows binary
26-
- ps: (new-object net.webclient).DownloadFile(
27-
$("http://s3.amazonaws.com/"+$env:JULIAVERSION),
28-
"C:\projects\julia-binary.exe")
29-
# Run installer silently, output to C:\projects\julia
30-
- C:\projects\julia-binary.exe /S /D=C:\projects\julia
28+
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
3129

3230
build_script:
3331
# Need to convert from shallow to complete for Pkg.clone to work

0 commit comments

Comments
 (0)