Skip to content

Commit

Permalink
Attempt to configure configs for the different AppVeyor build images …
Browse files Browse the repository at this point in the history
…correctly
  • Loading branch information
SunderB authored and samaaron committed Mar 17, 2020
1 parent 0cdbe5b commit efb7f6e
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ image:
- Ubuntu
- Visual Studio 2019

configuration:
- Release
- Debug

branches:
only:
- master

platform:
- x64

configuration:
- Release
- Debug
matrix:
fast_finish: true

for:
# Windows build
Expand All @@ -22,6 +25,10 @@ for:
only:
- image: Visual Studio 2019

configuration:
- Release
- Debug

environment:
MSBUILD_FLAGS: /verbosity:minimal /maxcpucount
matrix:
Expand Down Expand Up @@ -61,6 +68,10 @@ for:
only:
- image: Ubuntu

configuration:
- Release
- Debug

init:
# scripts that are called at very beginning, before repo cloning
- date '+%Y-%m-%d %T %Z(UTC%z)'
Expand Down Expand Up @@ -94,6 +105,10 @@ for:
matrix:
only:
- image: macos

configuration:
- Release
- Debug

init:
# scripts that are called at very beginning, before repo cloning
Expand Down Expand Up @@ -124,6 +139,3 @@ for:
- ./unix-config.sh --config $CONFIGURATION
- cd build
- cmake --build .

matrix:
fast_finish: true

0 comments on commit efb7f6e

Please sign in to comment.