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 : " julianightlies /bin/winnt/x86/julia-latest-win32.exe"
4- - JULIAVERSION : " julianightlies /bin/winnt/x64/julia-latest-win64.exe"
3+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org /bin/winnt/x86/julia-latest-win32.exe"
4+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org /bin/winnt/x64/julia-latest-win64.exe"
55
66install :
7+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
78# Download most recent Julia Windows binary
89 - ps : (new-object net.webclient).DownloadFile(
9- $("http://s3.amazonaws.com/"+$ env:JULIAVERSION) ,
10+ $env:JULIA_URL ,
1011 " C:\p rojects\j ulia-binary.exe" )
1112# Run installer silently, outPut to C:\projects\julia
1213 - C:\projects\julia-binary.exe /S /D=C:\projects\julia
You can’t perform that action at this time.
0 commit comments