diff options
author | Brent Cook <bcook@openbsd.org> | 2018-12-16 02:37:02 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-12-16 02:37:02 -0600 |
commit | e9e6bf2728c889d3fd128a1ef5eeff765df66cd7 (patch) | |
tree | ee9c1dbf359656fe46a530d3021a4668a9fedbb8 | |
parent | cc18bf67d55cac55f5c78a5edabc62cd2c3d4404 (diff) | |
download | portable-e9e6bf2728c889d3fd128a1ef5eeff765df66cd7.tar.gz portable-e9e6bf2728c889d3fd128a1ef5eeff765df66cd7.tar.bz2 portable-e9e6bf2728c889d3fd128a1ef5eeff765df66cd7.zip |
add Visual Studio 15 2017 test target
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3485156..be49c89 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -3,6 +3,9 @@ environment: | |||
3 | 3 | ||
4 | matrix: | 4 | matrix: |
5 | # x86 builds | 5 | # x86 builds |
6 | - GENERATOR: Visual Studio 15 2017 | ||
7 | CONFIG: Release | ||
8 | SHARED_LIBS: ON | ||
6 | - GENERATOR: Visual Studio 14 2015 | 9 | - GENERATOR: Visual Studio 14 2015 |
7 | CONFIG: Release | 10 | CONFIG: Release |
8 | SHARED_LIBS: ON | 11 | SHARED_LIBS: ON |
@@ -17,6 +20,9 @@ environment: | |||
17 | SHARED_LIBS: OFF | 20 | SHARED_LIBS: OFF |
18 | 21 | ||
19 | # x64 builds | 22 | # x64 builds |
23 | - GENERATOR: Visual Studio 15 2017 Win64 | ||
24 | CONFIG: Release | ||
25 | SHARED_LIBS: ON | ||
20 | - GENERATOR: Visual Studio 14 2015 Win64 | 26 | - GENERATOR: Visual Studio 14 2015 Win64 |
21 | CONFIG: Release | 27 | CONFIG: Release |
22 | SHARED_LIBS: ON | 28 | SHARED_LIBS: ON |
@@ -31,7 +37,7 @@ environment: | |||
31 | SHARED_LIBS: OFF | 37 | SHARED_LIBS: OFF |
32 | 38 | ||
33 | init: | 39 | init: |
34 | # update msys2 | 40 | # update mysy2 |
35 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" | 41 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" |
36 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" | 42 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" |
37 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" | 43 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" |