From 0e768674693fc0ce418d00ee299dee2678310ee0 Mon Sep 17 00:00:00 2001 From: Pablo Escobar <pablo.escobarlopez@unibas.ch> Date: Thu, 2 Mar 2017 15:41:42 +0100 Subject: [PATCH] Update .gitlab-ci.yml . Added PNG_LIBRARY and ZLIB_LIBRARY cmake flags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec657cceb..efbfdbb09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,8 @@ build:centos6.6: -DBOOST_ROOT=$EBROOTBOOST -DQT_QMAKE_EXECUTABLE=$EBROOTQT/bin/qmake -DCOMPOUND_LIB=$COMP_LIB + -DZLIB_LIBRARY=$EBROOTZLIB + -DPNG_LIBRARY=$EBROOTLIBPNG -DOPTIMIZE=1 - echo "... done building on CentOS 6." -- GitLab