From 2e805d8115655d9377f067dedbaa181f85acc7f0 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Fri, 5 May 2017 16:28:56 +0200 Subject: [PATCH] added build instructions for silecs-codegen and silecs-diagnostic-cpp --- jenkins.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jenkins.sh b/jenkins.sh index 19d690f..a08590d 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -12,6 +12,17 @@ cd snap7 cd .. ############################################## cd silecs-communication-cpp +make clean make all CPU=x86_64 -j4 cd .. ############################################## +cd silecs-codegen +cd src/xml +python runTest.py +cd ../../.. +############################################## +cd silecs-diagnostic-cpp +make clean +make CPU=x86_64 -j1 +cd .. +############################################## -- GitLab