mirror of
https://github.com/kakwa/uts-server
synced 2025-02-03 17:23:26 +01:00
changing compiler for centos-7
This commit is contained in:
parent
0c8f72444a
commit
646719c372
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -30,8 +30,8 @@ pipeline {
|
|||||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'export CXX=/usr/bin/clang++; export CC=/usr/bin/clang; make'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Debian 8": {
|
"Debian 8": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user