From 7d0fb6ee54b5fe58f613b41e2833f35865143c9b Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 27 Apr 2017 20:58:05 +0200 Subject: [PATCH] changing compiler for centos-7 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b1cb270..1f4e6da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,8 +30,8 @@ pipeline { sh 'git config --global user.name "jenkins@kakwa.fr"' git 'https://github.com/kakwa/uts-server' sh 'git clean -fdx' - sh 'cmake . -DBUNDLE_CIVETWEB=ON' - sh 'make' + sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; cmake . -DBUNDLE_CIVETWEB=ON' + sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; make' } }, "Debian 8": {