mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
yet another try
This commit is contained in:
parent
be19fc53d4
commit
b6c6ea6d6d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -9,8 +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 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON && make'
|
||||
}
|
||||
},
|
||||
"FreeBSD 11": {
|
||||
|
Loading…
Reference in New Issue
Block a user