1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-09 05:04:29 +01:00

Revert "setting compiler for OpenBSD in jenkins file"

This reverts commit 29fa326a0adf2d053b0eba3dc4df3cd8ffb85535.
This commit is contained in:
kakwa 2017-04-25 10:17:46 +02:00
parent 29fa326a0a
commit 6df8f58d6f

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'