Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GANILAnalysis
MFMlib
Commits
e0ba4c8f
Commit
e0ba4c8f
authored
Jan 13, 2022
by
Antoine Lemasson
Browse files
Update .gitlab-ci.yml file
parent
8bf815b0
Pipeline
#156644
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
.gitlab-ci.yml
.gitlab-ci.yml
+15
-2
No files found.
.gitlab-ci.yml
View file @
e0ba4c8f
image
:
gitlab-registry.in2p3.fr/ganilanalysis/docker-acq:master
#image: gitlab-registry.in2p3.fr/fisvik/docker_vamos:master
#image: gitlab-registry.in2p3.fr/publications/docker:master
stages
:
-
build
default-job
:
ubuntu20.04
:
image
:
gitlab-registry.in2p3.fr/ganilanalysis/docker-acq:master
stage
:
build
script
:
-
export ROOTSYS=/opt/root/
...
...
@@ -16,3 +16,16 @@ default-job:
-
cmake -DCMAKE_INSTALL_PREFIX=../install ../sources/
-
make -j4
centos7
:
image
:
centos7
stage
:
build
script
:
-
export ROOTSYS=/opt/root/
-
export PATH=$ROOTSYS/bin/:$PATH
-
export LD_LIBRARY_PATH=$ROOTSYS/lib/:$LD_LIBRARY_PATH
-
mkdir -p build
-
mkdir -p install
-
cd build
-
cmake -DCMAKE_INSTALL_PREFIX=../install ../sources/
-
make -j4
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