summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-24 19:00:28 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:10:30 +0100
commitf68b04c37a1fb728cdd43794ede6e74aa0dfdb26 (patch)
tree74dbb4d6b1421bec1866d2008a1c53bfa4b2e0c2 /appveyor.yml
parent7fc474acf55a3426a2c5fae62da74359e76c7fcc (diff)
appveyor.yml: Remove mixxx-test build (included in ALL)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 54a00432a8..ea5cbfa70c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,7 +62,6 @@ for:
- sudo cmake --build . --target install
test_script:
- - cmake --build . --target mixxx-test
- export GTEST_COLOR=1 CTEST_OUTPUT_ON_FAILURE=1
- xvfb-run -- cmake --build . --target test
- xvfb-run -- cmake --build . --target benchmark
@@ -125,7 +124,6 @@ for:
-G "Visual Studio 15 2017 Win64"
..
- cmake --build . --config "Release"
- - cmake --build . --config "Release" --target mixxx-test
- cmake --build . --config "Release" --target install
- cd ..