appveyor: update build configurations and cue calls

This commit is contained in:
Ralph Lange
2020-06-06 14:45:27 +02:00
parent 6ce24870e5
commit 1f8acec2ac

View File

@@ -55,11 +55,11 @@ install:
# Default build worker image
image: Visual Studio 2015
# Build Configurations: dll/static, regular/debug
# Build Configurations: shared/static, optimized/debug
configuration:
- dynamic
- default
- static
- dynamic-debug
- debug
- static-debug
# Environment variables: compiler toolchain, base version, setup file, ...
@@ -74,7 +74,7 @@ environment:
- CMP: vs2019
SET: test00
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- CMP: mingw
- CMP: gcc
- CMP: vs2019
VV: 0
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
@@ -111,7 +111,7 @@ matrix:
SET: test00
- configuration: static
SET: test00
- configuration: dynamic-debug
- configuration: debug
SET: test00
- configuration: static-debug
SET: test00
@@ -130,7 +130,7 @@ for:
only:
- SET: test00
build_script:
- cmd: python appveyor-test.py
- cmd: python cue-test.py
test_script:
- cmd: echo Tests have been run in the build phase
@@ -139,11 +139,12 @@ for:
#---------------------------------#
build_script:
- cmd: python appveyor/do.py prepare
- cmd: python appveyor/do.py build
- cmd: python cue.py prepare
- cmd: python cue.py build
test_script:
- cmd: python appveyor/do.py test
- cmd: python cue.py test
- cmd: python cue.py test-results
#---------------------------------#
# debugging #