From 73bd4caa9e075c6600a3769103496960e6b4f36b Mon Sep 17 00:00:00 2001 From: Pablo Escobar <pablo.escobarlopez@unibas.ch> Date: Thu, 2 Mar 2017 16:02:05 +0100 Subject: [PATCH] Update .gitlab-ci.yml install libjpeg rpm and do make -j 2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbce6fe32..39b82dddf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ before_script: - echo "Running global 'before_script'..." - yum -y -q -e 0 install tcl - yum -y -q -e 0 install glibc-devel + - yum -y -q -e 0 install libjpeg-turbo - mkdir -p /scicore/soft/modules - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules @@ -62,7 +63,7 @@ build:centos6.6: -DTIFF_INCLUDE_DIR=$EBROOTLIBTIFF/include -DTIFF_LIBRARY=$EBROOTLIBTIFF/lib/libtiff.so -DOPTIMIZE=1 - - make + - make -j 2 - echo "... done building on CentOS 6." # TESTS STAGE -- GitLab