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

Update .gitlab-ci.yml

parent fde1d982
No related branches found
No related tags found
No related merge requests found
build: build:
stage: build stage: build
before_script: before_script:
...@@ -8,7 +7,9 @@ build: ...@@ -8,7 +7,9 @@ build:
- cd build - cd build
- cmake .. - cmake ..
- make - make
artifacts:
paths:
- build/
# run tests using the binary built before # run tests using the binary built before
test: test:
......
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