File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11environment :
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
811branches :
912 only :
@@ -22,12 +25,7 @@ notifications:
2225 on_build_status_changed : false
2326
2427install :
25- # Download most recent Julia Windows binary
26- - ps : (new-object net.webclient).DownloadFile(
27- $("http://s3.amazonaws.com/"+$env:JULIAVERSION),
28- " C:\p rojects\j ulia-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
3230build_script :
3331# Need to convert from shallow to complete for Pkg.clone to work
You can’t perform that action at this time.
0 commit comments