Skip to content
Snippets Groups Projects
Commit 76277180 authored by al.schwinn's avatar al.schwinn
Browse files

jenkins.sh added topfolder jenkins build file

parent 84b36937
No related branches found
No related tags found
No related merge requests found
#!/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 ..
##############################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment