From 862081e5d3a40f9e7f9c7c5736573e1e2c2d9ca0 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 27 Apr 2017 19:48:37 +0200 Subject: [PATCH] trying to set variables --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 587b5f9..cbce426 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { "OpenBSD 6.1": { node('openbsd-6.1') { git 'https://github.com/kakwa/uts-server' - sh 'cmake . -DBUNDLE_CIVETWEB=ON' + sh 'CC=/usr/local/bin/egcc CXX=/usr/local/bin/ec++ cmake . -DBUNDLE_CIVETWEB=ON' sh 'make' } },