mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
trying another thing
This commit is contained in:
parent
7be76d289b
commit
1a84593046
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
||||
sh 'git config --global user.name "jenkins@kakwa.fr"'
|
||||
sh 'git config --global user.email "jenkins@kakwa.fr"'
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user