Skip to content
Snippets Groups Projects
Commit 14cfd346 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

Update .gitlab-ci.yml

parent be45bc27
No related branches found
No related tags found
No related merge requests found
Pipeline #44121 failed
...@@ -3,9 +3,17 @@ ...@@ -3,9 +3,17 @@
image: gitlab-registry.in2p3.fr/np/nptool image: gitlab-registry.in2p3.fr/np/nptool
stages: stages:
- setup
- build-NPLib - build-NPLib
- build-NPSimulation - build-NPSimulation
- test - test
setting-up:
stage: setup
script:
- source /root/bin/thisroot.sh
- source /geant4_install/share/Geant4-10.5.1/geant4make/geant4make.sh
- source nptool.sh
building-NPLib: building-NPLib:
stage: build-NPLib stage: build-NPLib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment