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: ...@@ -3,18 +3,12 @@ build:
before_script: before_script:
- source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh - source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
script: script:
- cmake -Bbuild -H. - mkdir build
- make -Cbuild - cd build
- cmake ..
- make
artifacts: artifacts:
paths: paths:
- build/ - 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