From ee4e811bd0b68cb923f7c426448392fb7e23282e Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 27 Sep 2015 14:15:23 +0200 Subject: [PATCH] Removed parallelization on mingw builds on appveyor --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9c77ac6..ae99113 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,6 @@ environment: matrix: - COMPILER: mingw GENERATOR: "MSYS Makefiles" - BUILD_OPT: -- -j2 - COMPILER: msvc GENERATOR: "Visual Studio 14 2015" CFLAGS: /MP @@ -59,7 +58,7 @@ before_deploy: Push-AppveyorArtifact "../$archive.tar.bz2" test_script: - - cmake --build . --target criterion_tests %BUILD_OPT% + - cmake --build . --target criterion_tests - ps: try { ctest -j2 } catch { type Testing/Temporary/LastTest.log } #after_test: