setting compiler for OpenBSD in jenkins file

This commit is contained in:
kakwa 2017-04-25 10:11:30 +02:00
parent 8a99458af2
commit 00af2cbe29
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -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'