File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
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"
3
+ - JULIA_URL : " https:// julialang-s3.julialang.org /bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
4
+ - JULIA_URL : " https:// julialang-s3.julialang.org /bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
5
5
# The MPI tests with Julia 0.5 are currently broken. We don't quite
6
6
# know why; see <https://github.com/JuliaParallel/MPI.jl/issues/123>
7
7
# for the respective discussion.
8
- # - JULIAVERSION : "julianightlies /bin/winnt/x86/julia-latest-win32.exe"
9
- # - JULIAVERSION : "julianightlies /bin/winnt/x64/julia-latest-win64.exe"
8
+ # - JULIA_URL : "https://julialangnightlies-s3.julialang.org /bin/winnt/x86/julia-latest-win32.exe"
9
+ # - JULIA_URL : "https://julialangnightlies-s3.julialang.org /bin/winnt/x64/julia-latest-win64.exe"
10
10
11
11
branches :
12
12
only :
@@ -20,9 +20,10 @@ notifications:
20
20
on_build_status_changed : false
21
21
22
22
install :
23
+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
23
24
# Download most recent Julia Windows binary
24
25
- ps : (new-object net.webclient).DownloadFile(
25
- $("http://s3.amazonaws.com/"+$ env:JULIAVERSION) ,
26
+ $env:JULIA_URL ,
26
27
" C:\p rojects\j ulia-binary.exe" )
27
28
- ps : (new-object net.webclient).DownloadFile(
28
29
" https://download.microsoft.com/download/D/7/B/D7BBA00F-71B7-436B-80BC-4D22F2EE9862/MSMpiSetup.exe" ,
You can’t perform that action at this time.
0 commit comments