Skip to content
Snippets Groups Projects
Commit 1bfad084 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Update .gitlab-ci.yml

parent 4fb4bd4f
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,12 @@ build:
before_script:
- source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
script:
- cmake -Bbuild -H.
- make -Cbuild
- mkdir build
- cd build
- cmake ..
- make
artifacts:
paths:
- build/
# run tests using the binary built before
test:
stage: test
dependencies:
- build
script:
- cd build
- ./run gaudirun.py '$EXAMPLESROOT/options/tut_detsim.py'
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