mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
Revert "setting compiler for OpenBSD in jenkins file"
This reverts commit 29fa326a0a
.
This commit is contained in:
parent
00af2cbe29
commit
313ae1a009
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user