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

Delete .gitlab-ci.yml

parent b3c3978f
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
artifacts:
paths:
- build/
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