Update .gitlab-ci.yml
This commit is contained in:
parent
bbbee635f7
commit
d7b50de573
|
@ -39,7 +39,7 @@ build:build-linux:
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
only:
|
only:
|
||||||
- master
|
- development
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./server
|
- ./server
|
||||||
|
@ -73,7 +73,7 @@ test:test-unittest:
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
only:
|
only:
|
||||||
- master
|
- development
|
||||||
after_script:
|
after_script:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ test:test-coverage:
|
||||||
- make coverage_report
|
- make coverage_report
|
||||||
- make coverage_html
|
- make coverage_html
|
||||||
only:
|
only:
|
||||||
- master
|
- development
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./coverage.html
|
- ./coverage.html
|
||||||
|
|
Loading…
Reference in New Issue