Skip to content
Snippets Groups Projects
Commit 26d563fb authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	new file:   bin/do_build
parent cae1eb03
No related branches found
No related tags found
No related merge requests found
......@@ -3,21 +3,20 @@ image: whit2333/dd4hep-base:latest
before_script:
- pwd
- ls -lrth /usr/local/bin
- source /usr/local/bin/thisroot.sh
# Try to compile our sample hello world app
compile:
image: whit2333/dd4hep-base:latest
script:
- ps
- . /usr/local/bin/thisroot.sh
- . /usr/local/bin/thisdd4hep.sh
- . /usr/local/bin/geant4.sh
- mkdir install
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=../install
- make -j4
- ./bin/do_build
# - . /usr/local/bin/thisroot.sh
# - . /usr/local/bin/thisdd4hep.sh
# - . /usr/local/bin/geant4.sh
# - mkdir install
# - mkdir build
# - cd build
# - cmake .. -DCMAKE_INSTALL_PREFIX=../install
# - make -j4
job2:
script: "ls -lrth"
#!/bin/bash
ps
source /usr/local/bin/thisroot.sh
source /usr/local/bin/thisdd4hep.sh
source /usr/local/bin/geant4.sh
mkdir install
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make -j4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment