mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 05:04:29 +01:00
fixing build step for OpenBSD
This commit is contained in:
parent
d1b7a5a0f3
commit
0c8f72444a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'git clean -fdx'
|
||||
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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user