changing compiler for centos-7

This commit is contained in:
kakwa 2017-04-27 20:58:05 +02:00
parent 5d75dcafac
commit 7d0fb6ee54
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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": {