Revert "setting compiler for OpenBSD in jenkins file"

This reverts commit 29fa326a0a.
This commit is contained in:
kakwa 2017-04-25 10:17:46 +02:00
parent 00af2cbe29
commit 313ae1a009
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -6,10 +6,6 @@ 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'