Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit727925d

Browse files
authored
Merge pull request#8 from staticfloat/updated_ci_url
Update CI URLs to point to new caching infrastructure
2 parentsf40904b +535814f commit727925d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎appveyor.yml‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
environment:
22
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.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+
-JULIA_URL:"https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
6+
-JULIA_URL:"https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
7+
-JULIA_URL:"https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
8+
-JULIA_URL:"https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
99

1010
branches:
1111
only:
@@ -19,9 +19,10 @@ notifications:
1919
on_build_status_changed:false
2020

2121
install:
22+
-ps:"[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
2223
# Download most recent Julia Windows binary
2324
-ps:(new-object net.webclient).DownloadFile(
24-
$("http://s3.amazonaws.com/"+$env:JULIAVERSION),
25+
$env:JULIA_URL,
2526
"C:\projects\julia-binary.exe")
2627
# Run installer silently, output to C:\projects\julia
2728
-C:\projects\julia-binary.exe /S /D=C:\projects\julia

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp