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
d072dc25
Commit
d072dc25
authored
Jan 14, 2022
by
Antoine Lemasson
Browse files
Update .gitlab-ci.yml
parent
50804221
Pipeline
#156768
passed with stage
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
No files found.
.gitlab-ci.yml
View file @
d072dc25
...
...
@@ -28,3 +28,16 @@ centos7:
-
cd build
-
cmake -DCMAKE_INSTALL_PREFIX=../install ../sources/
-
make -j4
ubuntu20.04-prebuild
:
image
:
gitlab-registry.in2p3.fr/ganilanalysis/docker:6.22.08-ubuntu20.04
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