mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
changing compiler for centos-7
This commit is contained in:
parent
5d75dcafac
commit
7d0fb6ee54
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user