Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
3f243b0b
Commit
3f243b0b
authored
3 months ago
by
Eoin Clerkin
Committed by
Pierre-Alain Loizeau
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update CMAKELIST
Introduce cfv as test
parent
702ab1a7
No related branches found
No related tags found
1 merge request
!1975
CFV in CI
Pipeline
#31926
passed
3 months ago
Stage: package
Stage: verify
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/CMakeLists.txt
+3
-0
3 additions, 0 deletions
macro/run/CMakeLists.txt
with
3 additions
and
0 deletions
macro/run/CMakeLists.txt
+
3
−
0
View file @
3f243b0b
...
...
@@ -55,6 +55,7 @@ if(NOT ${CBM_TEST_MODEL} MATCHES Experimental )
sis100_electron
sis100_muon_lmvm
sis100_muon_jpsi
sis100_cfv
)
else
()
List
(
APPEND cbm_setup sis100_electron sis100_muon_jpsi
)
...
...
@@ -80,6 +81,8 @@ foreach(setup IN LISTS cbm_setup)
set
(
sname s100h
)
elseif
(
setup MATCHES sis100_electron
)
set
(
sname s100e
)
elseif
(
setup MATCHES sis100_cfv
)
set
(
sname s100c
)
elseif
(
setup MATCHES sis100_muon_lmvm
)
set
(
sname s100m2
)
elseif
(
setup MATCHES sis100_muon_jpsi
)
...
...
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