aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-12-16 02:46:20 -0600
committerBrent Cook <bcook@openbsd.org>2018-12-16 02:46:20 -0600
commit38c429ab2a1cf7f16871ba87c0ee17d7f5f5a81d (patch)
tree11c6f746122cfab4f77c083997aff917bfadef97
parente9e6bf2728c889d3fd128a1ef5eeff765df66cd7 (diff)
downloadportable-38c429ab2a1cf7f16871ba87c0ee17d7f5f5a81d.tar.gz
portable-38c429ab2a1cf7f16871ba87c0ee17d7f5f5a81d.tar.bz2
portable-38c429ab2a1cf7f16871ba87c0ee17d7f5f5a81d.zip
add Visual Studio 2017 image
-rw-r--r--appveyor.yml34
1 files changed, 24 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index be49c89..61aa4b7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,38 +1,52 @@
1image:
2 - Visual Studio 2015
3 - Visual Studio 2017
4
1environment: 5environment:
2 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%
3 7
4 matrix: 8 matrix:
5 # x86 builds 9 # x86 builds
6 - GENERATOR: Visual Studio 15 2017 10 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
11 GENERATOR: Visual Studio 15 2017
7 CONFIG: Release 12 CONFIG: Release
8 SHARED_LIBS: ON 13 SHARED_LIBS: ON
9 - GENERATOR: Visual Studio 14 2015 14 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
15 GENERATOR: Visual Studio 14 2015
10 CONFIG: Release 16 CONFIG: Release
11 SHARED_LIBS: ON 17 SHARED_LIBS: ON
12 - GENERATOR: Visual Studio 14 2015 18 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
19 GENERATOR: Visual Studio 14 2015
13 CONFIG: Release 20 CONFIG: Release
14 SHARED_LIBS: OFF 21 SHARED_LIBS: OFF
15 - GENERATOR: Visual Studio 14 2015 22 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
23 GENERATOR: Visual Studio 14 2015
16 CONFIG: Debug 24 CONFIG: Debug
17 SHARED_LIBS: ON 25 SHARED_LIBS: ON
18 - GENERATOR: Visual Studio 14 2015 26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
27 GENERATOR: Visual Studio 14 2015
19 CONFIG: Debug 28 CONFIG: Debug
20 SHARED_LIBS: OFF 29 SHARED_LIBS: OFF
21 30
22 # x64 builds 31 # x64 builds
23 - GENERATOR: Visual Studio 15 2017 Win64 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
33 GENERATOR: Visual Studio 15 2017 Win64
24 CONFIG: Release 34 CONFIG: Release
25 SHARED_LIBS: ON 35 SHARED_LIBS: ON
26 - GENERATOR: Visual Studio 14 2015 Win64 36 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
37 GENERATOR: Visual Studio 14 2015 Win64
27 CONFIG: Release 38 CONFIG: Release
28 SHARED_LIBS: ON 39 SHARED_LIBS: ON
29 - GENERATOR: Visual Studio 14 2015 Win64 40 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
41 GENERATOR: Visual Studio 14 2015 Win64
30 CONFIG: Release 42 CONFIG: Release
31 SHARED_LIBS: OFF 43 SHARED_LIBS: OFF
32 - GENERATOR: Visual Studio 14 2015 Win64 44 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
45 GENERATOR: Visual Studio 14 2015 Win64
33 CONFIG: Debug 46 CONFIG: Debug
34 SHARED_LIBS: ON 47 SHARED_LIBS: ON
35 - GENERATOR: Visual Studio 14 2015 Win64 48 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
49 GENERATOR: Visual Studio 14 2015 Win64
36 CONFIG: Debug 50 CONFIG: Debug
37 SHARED_LIBS: OFF 51 SHARED_LIBS: OFF
38 52