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

Update .gitlab-ci.yml: as the build directory is always removed. try to keep...

Update .gitlab-ci.yml: as the build directory is always removed. try to keep the current directory unchanged.
parent 51ba4b6a
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,8 @@ build:
before_script:
- source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
script:
- mkdir build
- cd build
- cmake ..
- make
- cmake -Bbuild -H.
- make -Cbuild
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