Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
4daadf1d
Commit
4daadf1d
authored
4 years ago
by
Andre Sailer
Committed by
MarkusFrankATcernch
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: build dev with DEBUG=ON
parent
c179ef49
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/scripts/compile_and_test.sh
+1
-0
1 addition, 0 deletions
.github/scripts/compile_and_test.sh
.github/workflows/linux.yml
+2
-1
2 additions, 1 deletion
.github/workflows/linux.yml
with
3 additions
and
1 deletion
.github/scripts/compile_and_test.sh
+
1
−
0
View file @
4daadf1d
...
@@ -17,6 +17,7 @@ cmake -GNinja \
...
@@ -17,6 +17,7 @@ cmake -GNinja \
-DDD4HEP_USE_EDM4HEP
=
${
EDM4HEP
:-
OFF
}
\
-DDD4HEP_USE_EDM4HEP
=
${
EDM4HEP
:-
OFF
}
\
-DDD4HEP_USE_TBB
=
${
TBB
}
\
-DDD4HEP_USE_TBB
=
${
TBB
}
\
-DDD4HEP_USE_HEPMC3
=
${
HEPMC3
:-
OFF
}
\
-DDD4HEP_USE_HEPMC3
=
${
HEPMC3
:-
OFF
}
\
-DDD4HEP_BUILD_DEBUG
=
${
DD_DEBUG
:-
OFF
}
\
-DBUILD_TESTING
=
ON
\
-DBUILD_TESTING
=
ON
\
-DDD4HEP_DEBUG_CMAKE
=
ON
\
-DDD4HEP_DEBUG_CMAKE
=
ON
\
-DBUILD_SHARED_LIBS
=
${
SHARED
}
\
-DBUILD_SHARED_LIBS
=
${
SHARED
}
\
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/linux.yml
+
2
−
1
View file @
4daadf1d
...
@@ -107,13 +107,14 @@ jobs:
...
@@ -107,13 +107,14 @@ jobs:
TBB
:
OFF
TBB
:
OFF
HEPMC3
:
ON
HEPMC3
:
ON
EDM4HEP
:
ON
EDM4HEP
:
ON
DD_DEBUG
:
ON
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
uses
:
cvmfs-contrib/github-action-cvmfs@v2
-
uses
:
cvmfs-contrib/github-action-cvmfs@v2
-
name
:
Start container
-
name
:
Start container
run
:
|
run
:
|
ls
ls
docker run -it --privileged --name CI_container -v /home/runner/work/DD4hep/DD4hep:/Package -e VIEW=${{ matrix.LCG }} -e SHARED=${SHARED} -e STANDARD=${STANDARD} -e TBB=${TBB} -e HEPMC3=${HEPMC3} -e EDM4HEP=${EDM4HEP} -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
docker run -it --privileged --name CI_container -v /home/runner/work/DD4hep/DD4hep:/Package -e VIEW=${{ matrix.LCG }} -e SHARED=${SHARED} -e STANDARD=${STANDARD} -e TBB=${TBB} -e HEPMC3=${HEPMC3} -e EDM4HEP=${EDM4HEP}
-e DD_DEBUG=${DD_DEBUG}
-v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
-
name
:
Compile and test
-
name
:
Compile and test
run
:
|
run
:
|
docker exec CI_container /bin/bash -c "./Package/.github/scripts/compile_and_test.sh"
docker exec CI_container /bin/bash -c "./Package/.github/scripts/compile_and_test.sh"
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