1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 01:28:08 +02:00

trying another thing

This commit is contained in:
kakwa 2017-04-27 19:59:13 +02:00
parent 6b4f425417
commit be19fc53d4

2
Jenkinsfile vendored
View File

@ -9,7 +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 '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' sh 'make'
} }
}, },