mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
changing compiler for centos-7
This commit is contained in:
parent
5d75dcafac
commit
7d0fb6ee54
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue