Update .gitlab-ci.yml
Update CI to stable state after integration sanity checks
This commit is contained in:
parent
c9b8a12016
commit
a01633334c
|
@ -38,8 +38,6 @@ build:build-linux:
|
|||
stage: build
|
||||
script:
|
||||
- make
|
||||
only:
|
||||
- development
|
||||
artifacts:
|
||||
paths:
|
||||
- ./server
|
||||
|
@ -72,8 +70,6 @@ test:test-unittest:
|
|||
- build:build-linux
|
||||
script:
|
||||
- make test
|
||||
only:
|
||||
- development
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||
|
||||
|
@ -93,8 +89,6 @@ test:test-coverage:
|
|||
- make coverage
|
||||
- make coverage_report
|
||||
- make coverage_html
|
||||
only:
|
||||
- development
|
||||
artifacts:
|
||||
paths:
|
||||
- ./coverage.html
|
||||
|
@ -114,7 +108,6 @@ test:test-coverage:
|
|||
- echo "Generating v0.0.1"
|
||||
when: manual
|
||||
|
||||
|
||||
# ************************************************************************/
|
||||
# MONITOR
|
||||
# ************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue