From b61fbb6ef778ff512fac882ba199dae9be2c4105 Mon Sep 17 00:00:00 2001 From: Jonathan Wendt <wendt@vr.rwth-aachen.de> Date: Tue, 13 Mar 2018 10:59:32 +0100 Subject: [PATCH] Reduce the number of threads used by gcc --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0944eae2..bd70efcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,7 +168,7 @@ build:linux:gcc5.3.1: - cd build - make Cpplint-Test-Suite - make Cppcheck-Test-Suite - - make -j + - make -j8 artifacts: paths: - build @@ -186,7 +186,7 @@ build:linux:gcc6.3.1: - cd build - make Cpplint-Test-Suite - make Cppcheck-Test-Suite - - make -j + - make -j8 artifacts: paths: - build -- GitLab