From 5d75dcafacbcddff6995b8dd1b21e9a0af553b3c Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 27 Apr 2017 20:23:29 +0200 Subject: [PATCH] fixing build step for OpenBSD --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88a62ba..b1cb270 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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": {