diff options
| author | Brent Cook <busterb@gmail.com> | 2019-01-20 21:57:40 -0600 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2019-01-20 21:57:40 -0600 |
| commit | ecc142702a092e9c00642704d8e08242f5f63e7c (patch) | |
| tree | 4591a0ba7ce4bd000a6409fec0577334070837c0 | |
| parent | f553a9fe6309d2992ea94a31c6ea676531b864ee (diff) | |
| download | portable-ecc142702a092e9c00642704d8e08242f5f63e7c.tar.gz portable-ecc142702a092e9c00642704d8e08242f5f63e7c.tar.bz2 portable-ecc142702a092e9c00642704d8e08242f5f63e7c.zip | |
disable 2017 builds for now, appveyor is taking too long
| -rw-r--r-- | appveyor.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml index 61aa4b7..5f98dd4 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -1,16 +1,12 @@ | |||
| 1 | image: | 1 | image: |
| 2 | - Visual Studio 2015 | 2 | - Visual Studio 2015 |
| 3 | - Visual Studio 2017 | 3 | #- Visual Studio 2017 |
| 4 | 4 | ||
| 5 | environment: | 5 | environment: |
| 6 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% | 6 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% |
| 7 | 7 | ||
| 8 | matrix: | 8 | matrix: |
| 9 | # x86 builds | 9 | # x86 builds |
| 10 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | ||
| 11 | GENERATOR: Visual Studio 15 2017 | ||
| 12 | CONFIG: Release | ||
| 13 | SHARED_LIBS: ON | ||
| 14 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | 10 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 |
| 15 | GENERATOR: Visual Studio 14 2015 | 11 | GENERATOR: Visual Studio 14 2015 |
| 16 | CONFIG: Release | 12 | CONFIG: Release |
| @@ -29,10 +25,6 @@ environment: | |||
| 29 | SHARED_LIBS: OFF | 25 | SHARED_LIBS: OFF |
| 30 | 26 | ||
| 31 | # x64 builds | 27 | # x64 builds |
| 32 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | ||
| 33 | GENERATOR: Visual Studio 15 2017 Win64 | ||
| 34 | CONFIG: Release | ||
| 35 | SHARED_LIBS: ON | ||
| 36 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | 28 | - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 |
| 37 | GENERATOR: Visual Studio 14 2015 Win64 | 29 | GENERATOR: Visual Studio 14 2015 Win64 |
| 38 | CONFIG: Release | 30 | CONFIG: Release |
