1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-09 13:14:31 +01:00

trying to set variables

This commit is contained in:
kakwa 2017-04-27 19:48:37 +02:00
parent 313ae1a009
commit 862081e5d3

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'
}
},