From 76277180f116593ac9634918fbdacdf2377c2a4b Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Fri, 5 May 2017 16:08:02 +0200 Subject: [PATCH] jenkins.sh added topfolder jenkins build file --- jenkins.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 jenkins.sh diff --git a/jenkins.sh b/jenkins.sh new file mode 100755 index 0000000..19d690f --- /dev/null +++ b/jenkins.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +# $WORKSPACE is the jenkins workspace, will be filled by jenkins + +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" + +############################################## +cd snap7 +./build.sh +cd .. +############################################## +cd silecs-communication-cpp +make all CPU=x86_64 -j4 +cd .. +############################################## -- GitLab