yet another try

This commit is contained in:
kakwa 2017-04-27 20:00:54 +02:00
parent be19fc53d4
commit b6c6ea6d6d
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -9,8 +9,7 @@ pipeline {
sh 'git config --global user.name "jenkins@kakwa.fr"' sh 'git config --global user.name "jenkins@kakwa.fr"'
sh 'git config --global user.email "jenkins@kakwa.fr"' sh 'git config --global user.email "jenkins@kakwa.fr"'
git 'https://github.com/kakwa/uts-server' 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 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON && make'
sh 'make'
} }
}, },
"FreeBSD 11": { "FreeBSD 11": {