From 1f921119dc5aeeb1e2bf2c54240157548783be83 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Thu, 4 May 2017 14:20:12 +0200 Subject: [PATCH] jenkins: rewrite build-script in human readable format --- silecs-communication-cpp/jenkins.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/silecs-communication-cpp/jenkins.sh b/silecs-communication-cpp/jenkins.sh index e8272f2..9131b66 100755 --- a/silecs-communication-cpp/jenkins.sh +++ b/silecs-communication-cpp/jenkins.sh @@ -1,2 +1,5 @@ #!/bin/sh -make all CPU=x86_64 -j4 COMMON_MAKE_PATH="$WORKSPACE/../../generics/generic-makefiles" SNAP7_BASE="$WORKSPACE/../snap7/snap7-full" BOOST_HOME="$WORKSPACE/../../generics/boost_1.54.0/boost/1.54.0" +export COMMON_MAKE_PATH="$WORKSPACE/../../generics/generic-makefiles" +export SNAP7_BASE="$WORKSPACE/../snap7/snap7-full" +export BOOST_HOME="$WORKSPACE/../../generics/boost_1.54.0/boost/1.54.0" +make all CPU=x86_64 -j4 -- GitLab