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: ...@@ -3,10 +3,8 @@ 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:
- mkdir build - cmake -Bbuild -H.
- cd build - make -Cbuild
- cmake ..
- make
artifacts: artifacts:
paths: paths:
- build/ - 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