From f68b04c37a1fb728cdd43794ede6e74aa0dfdb26 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Thu, 24 Oct 2019 19:00:28 +0200 Subject: appveyor.yml: Remove mixxx-test build (included in ALL) --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'appveyor.yml') 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 .. -- cgit v1.2.3