From 1f8acec2ac0acde6c1bc973524ff31fb7a23b1c5 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Sat, 6 Jun 2020 14:45:27 +0200 Subject: [PATCH] appveyor: update build configurations and cue calls --- .appveyor.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f7e8f46..967752d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 #