1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-09 12:37:48 +02:00

fixing build step for OpenBSD

This commit is contained in:
kakwa 2017-04-27 20:23:29 +02:00
parent d1b7a5a0f3
commit 0c8f72444a

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
git 'https://github.com/kakwa/uts-server' git 'https://github.com/kakwa/uts-server'
sh 'git clean -fdx' sh 'git clean -fdx'
sh 'export CC=/usr/local/bin/egcc;export CXX=/usr/local/bin/ec++; cmake . -DBUNDLE_CIVETWEB=ON' 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": { "FreeBSD 11": {