Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
cea98251
Commit
cea98251
authored
Feb 16, 2022
by
Wouter Deconinck
Browse files
.gitlab-ci.yml: also local build npdet
parent
5d8eec8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cea98251
...
...
@@ -68,7 +68,13 @@ juggler:local:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:nightly
stage
:
build
script
:
## first install EICD to ensure the latest version, then build juggler
## first install NPDET and EICD to ensure the latest version, then build juggler
-
|
git clone https://eicweb.phy.anl.gov/eic/npdet.git /tmp/npdet
cd /tmp/npdet && git checkout $JUGGLER_NPDET_VERSION && cd -
cmake -B /tmp/build -S /tmp/npdet -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build /tmp/build -j40 -- install
rm -rf /tmp/build /tmp/npdet
-
|
git clone https://eicweb.phy.anl.gov/eic/eicd.git /tmp/eicd
cd /tmp/eicd && git checkout $JUGGLER_EICD_VERSION && cd -
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment