Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opensilecs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silecs
opensilecs
Commits
85116f8e
Commit
85116f8e
authored
7 years ago
by
al.schwinn
Browse files
Options
Downloads
Patches
Plain Diff
exit on build-error, more debug info
parent
2e805d81
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jenkins.sh
+23
-8
23 additions, 8 deletions
jenkins.sh
with
23 additions
and
8 deletions
jenkins.sh
+
23
−
8
View file @
85116f8e
#!/bin/sh
set
-e
echo
"##############################################"
echo
"configuration of build environment"
echo
"##############################################"
# $WORKSPACE is the jenkins workspace, will be filled by jenkins
...
...
@@ -6,23 +11,33 @@ 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"
##############################################
echo
"##############################################"
echo
"building snap7"
echo
"##############################################"
cd
snap7
./build.sh
cd
..
##############################################
echo
"##############################################"
echo
"building silecs-communication-cpp"
echo
"##############################################"
cd
silecs-communication-cpp
make clean
make all
CPU
=
x86_64
-j4
cd
..
##############################################
cd
silecs-codegen
cd
src/xml
python runTest.py
echo
"##############################################"
echo
"building silecs-codegen"
echo
"##############################################"
cd
silecs-codegen/src/xml
python runTests.py
cd
../../..
##############################################
echo
"##############################################"
echo
"building silecs-diagnostic-cpp"
echo
"##############################################"
cd
silecs-diagnostic-cpp
make clean
make
CPU
=
x86_64
-j1
cd
..
##############################################
echo
"##############################################"
echo
"build finished sucessfully"
echo
"##############################################"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment