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

Add .gitlab-ci.yml

parent 42516b6e
No related branches found
No related tags found
No related merge requests found
build:
stage: build
before_script:
- source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
script:
- mkdir build
- cd build
- cmake ..
- make
# run tests using the binary built before
test:
stage: test
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