summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-07-01 23:10:34 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-07-02 00:46:06 +0200
commitf809f2ab15a8074648a1c91a61730dbaa8d547bb (patch)
tree3a71f8bab44661719386f64fd3c2ab8e1206a901 /appveyor.yml
parentf9f461ef198f32601879a3c29ed34833f40feaa3 (diff)
appveyor.yml: Use offscreen buffer for running tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0cbf1e70fa..22af726cb8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,8 +131,9 @@ for:
test_script:
- export CTEST_OUTPUT_ON_FAILURE=1
- - xvfb-run -- ctest -T test --no-compress-output
- - xvfb-run -- cmake --build . --target benchmark
+ - export QT_QPA_PLATFORM=offscreen
+ - ctest -T test --no-compress-output
+ - cmake --build . --target benchmark
after_test:
- xsltproc -o ctest-to-junit-results.xml ../cmake/ctest-to-junit.xsl Testing/*/Test.xml