mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 13:14:31 +01:00
fixing build step for OpenBSD
This commit is contained in:
parent
36d23b0e2c
commit
5d75dcafac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
|||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
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'
|
||||||
sh 'make'
|
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; make'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FreeBSD 11": {
|
"FreeBSD 11": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user