From b3def6f13baec6010cce87e9a05b04e5066ec077 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 4 May 2017 09:37:59 +0200 Subject: [PATCH] circle: cosmetics We cannot go in parallel because it must be on separate containers, so make -j cannot be used. --- circle.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 3ddc394c23..3faf1433f8 100644 --- a/circle.yml +++ b/circle.yml @@ -18,6 +18,4 @@ test: - mkdir _build - pushd _build ; cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON .. override: - - pushd _build ; make -j4 - - pushd _build ; ctest -j4 --output-on-failure - + - pushd _build ; make -j4 && ctest -j4 --output-on-failure -- 2.20.1