Skip to content

Commit f971ca7

Browse files
committed
Reorder and slightly change AppVeyor build tasks.
I'm including more Release and less MinSizeRel builds. The total of 7 build tasks is retained.
1 parent f3d4126 commit f971ca7

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

appveyor.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,39 @@ branches:
66

77
clone_depth: 1
88

9+
# Build configurations, for MSBuild as well as ctest.
10+
configuration:
11+
- Release
12+
- MinSizeRel
13+
- Debug
14+
915
os:
1016
- Visual Studio 2015
1117
- Visual Studio 2017
1218

1319
# Win32 and x64 are CMake-compatible solution platform names.
1420
# This allows us to pass %PLATFORM% to cmake -A.
1521
platform:
16-
- Win32
1722
- x64
18-
19-
# Build configurations, for MSBuild as well as ctest.
20-
configuration:
21-
- Debug
22-
- Release
23-
- MinSizeRel
23+
- Win32
2424

2525
matrix:
2626
exclude:
27-
- os: Visual Studio 2017
27+
- os: Visual Studio 2015
2828
platform: x64
29-
configuration: Debug
29+
configuration: MinSizeRel
3030
- os: Visual Studio 2015
3131
platform: Win32
3232
configuration: Debug
3333
- os: Visual Studio 2017
34+
platform: Win32
3435
configuration: Release
35-
- platform: Win32
36-
configuration: Release
36+
- os: Visual Studio 2017
37+
platform: Win32
38+
configuration: MinSizeRel
39+
- os: Visual Studio 2017
40+
platform: x64
41+
configuration: Debug
3742

3843
install:
3944
- set SRC_DIR=%CD%

0 commit comments

Comments
 (0)