From 47d5b447de323793985779b5dc7e6110e66bd074 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 10 Jan 2020 10:55:47 +0100
Subject: [PATCH] SW-860: build faster with 6 parallel jobs

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afb4537e216..1aec4a366ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ build_RAServices:
     - mkdir -p build/gnucxx11_opt
     - cd build/gnucxx11_opt
     - cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
-    - make
+    - make -j 6
     - make DESTDIR=../../install install
     - cd ../../install/opt/lofar
     - tar --ignore-failed-read --exclude=include -czf ../../RAServices_$CI_COMMIT_SHORT_SHA.ztar *
-- 
GitLab