Skip to content

Commit

Permalink
[appveyor] test with 1.1 and update GAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
xhub committed Feb 1, 2019
1 parent 4b05dc0 commit eb9c0cf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
@@ -1,22 +1,22 @@
environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x86_32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x86_32.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x64_64.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7-latest-win32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x86_32.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x64_64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x64_64.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/1.0/julia-1.0-latest-win32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x86_32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x86_32.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.2/windows/windows_x64_64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x64_64.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/1.1/julia-1.1-latest-win32.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x86_32.exe"

- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.1/julia-1.1-latest-win64.exe"
GAMS_URL: "https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.3/windows/windows_x64_64.exe"

PATH: 'C:\projects\gams;%PATH%'

Expand Down

0 comments on commit eb9c0cf

Please sign in to comment.