summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-11 20:51:15 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:10:41 +0100
commit396fbc51e417e46226aff55ab8dcfb3c498340d0 (patch)
treeeb156158a000702b400edbe02382dcc278b16a52 /appveyor.yml
parent21ce7f060bc43d5131b55c761bd2bfe101b30ade (diff)
appveyor.yml: Disable GTEST_COLOR (interferes with JUnit XML output)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0286a5f92d..921c51b82c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,7 +62,7 @@ for:
- sudo cmake --build . --target install
test_script:
- - export GTEST_COLOR=1 CTEST_OUTPUT_ON_FAILURE=1
+ - export CTEST_OUTPUT_ON_FAILURE=1
- xvfb-run -- ctest -T test --no-compress-output
- xvfb-run -- cmake --build . --target benchmark
@@ -139,7 +139,6 @@ for:
test_script:
# Calling mixxx-test under bash to have standard output and use stdbuf to
# unbuffer standard & error output
- - set GTEST_COLOR=1
- set CTEST_OUTPUT_ON_FAILURE=1
- ctest -C "Release" -T test --no-compress-output
- cmake --build . --config "Release" --target benchmark