trying to set variables

This commit is contained in:
kakwa 2017-04-27 19:48:37 +02:00
parent 313ae1a009
commit 862081e5d3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
"OpenBSD 6.1": {
node('openbsd-6.1') {
git 'https://github.com/kakwa/uts-server'
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON'
sh 'make'
}
},