1
0
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:
kakwa 2017-04-27 20:00:54 +02:00
parent be19fc53d4
commit b6c6ea6d6d

3
Jenkinsfile vendored
View File

@ -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": {