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
65bf49a9
Commit
65bf49a9
authored
1 year ago
by
Dmitry Kalinkin
Committed by
Andre Sailer
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: build DD4HEP_HEPMC3_COMPRESSION_SUPPORT=ON on dev3
parent
cbc8ed82
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/linux.yml
+5
-1
5 additions, 1 deletion
.github/workflows/linux.yml
with
5 additions
and
1 deletion
.github/workflows/linux.yml
+
5
−
1
View file @
65bf49a9
...
...
@@ -14,8 +14,11 @@ jobs:
"
LCG_102/x86_64-centos9-gcc11-opt"
,
# g4 11
"
LCG_102/x86_64-centos7-clang12-opt"
,
# g4 11
"
LCG_102/x86_64-ubuntu2004-gcc9-opt"
,
# g4 11
"
dev3/x86_64-centos7-gcc11-opt"
,
"
dev4/x86_64-centos7-gcc11-opt"
]
DD4HEP_HEPMC3_COMPRESSION_SUPPORT
:
[
"
OFF"
]
include
:
-
LCG
:
"
dev3/x86_64-centos7-gcc11-opt"
DD4HEP_HEPMC3_COMPRESSION_SUPPORT
:
"
ON"
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
cvmfs-contrib/github-action-cvmfs@v3
...
...
@@ -34,6 +37,7 @@ jobs:
-DDD4HEP_USE_EDM4HEP=OFF \
-DDD4HEP_USE_TBB=ON \
-DDD4HEP_USE_HEPMC3=ON \
-DDD4HEP_HEPMC3_COMPRESSION_SUPPORT=${{ matrix.DD4HEP_HEPMC3_COMPRESSION_SUPPORT }} \
-DDD4HEP_BUILD_DEBUG=OFF \
-DBUILD_TESTING=ON \
-DDD4HEP_DEBUG_CMAKE=ON \
...
...
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