This repository was archived by the owner on Apr 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - JULIAVERSION : " julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
4
- - JULIAVERSION : " julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
5
- - JULIAVERSION : " julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
6
- - JULIAVERSION : " julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
7
- # - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
8
- # - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
3
+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
4
+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5
+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
6
+ - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
9
7
10
8
branches :
11
9
only :
@@ -19,9 +17,10 @@ notifications:
19
17
on_build_status_changed : false
20
18
21
19
install :
20
+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
22
21
# Download most recent Julia Windows binary
23
22
- ps : (new-object net.webclient).DownloadFile(
24
- $("http://s3.amazonaws.com/"+$ env:JULIAVERSION) ,
23
+ $env:JULIA_URL ,
25
24
" C:\p rojects\j ulia-binary.exe" )
26
25
# Run installer silently, output to C:\projects\julia
27
26
- C:\projects\julia-binary.exe /S /D=C:\projects\julia
You can’t perform that action at this time.
0 commit comments