diff options
-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" |