mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
setting compiler for OpenBSD in jenkins file
This commit is contained in:
parent
5a1ba70924
commit
29fa326a0a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,6 +6,10 @@ pipeline {
|
||||
parallel(
|
||||
"OpenBSD 6.1": {
|
||||
node('openbsd-6.1') {
|
||||
environment {
|
||||
CC = '/usr/local/bin/egcc'
|
||||
CXX ='/usr/local/bin/ec++'
|
||||
}
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||
sh 'make'
|
||||
|
Loading…
Reference in New Issue
Block a user