mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 20:53:28 +01:00
trying to set variables
This commit is contained in:
parent
6df8f58d6f
commit
e4b477dfcc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,7 +7,7 @@ pipeline {
|
|||||||
"OpenBSD 6.1": {
|
"OpenBSD 6.1": {
|
||||||
node('openbsd-6.1') {
|
node('openbsd-6.1') {
|
||||||
git 'https://github.com/kakwa/uts-server'
|
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'
|
sh 'make'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user