mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 21:24:29 +01:00
setting compiler for OpenBSD in jenkins file
This commit is contained in:
parent
8a99458af2
commit
00af2cbe29
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,6 +6,10 @@ pipeline {
|
|||||||
parallel(
|
parallel(
|
||||||
"OpenBSD 6.1": {
|
"OpenBSD 6.1": {
|
||||||
node('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'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
sh 'cmake . -DBUNDLE_CIVETWEB=ON'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user