fixing build step for OpenBSD

This commit is contained in:
kakwa 2017-04-27 20:23:29 +02:00
parent 36d23b0e2c
commit 5d75dcafac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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": {