Skip to content
Snippets Groups Projects
Commit 73bd4caa authored by Pablo Escobar's avatar Pablo Escobar
Browse files

Update .gitlab-ci.yml install libjpeg rpm and do make -j 2

parent 728766cc
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment