Merge pull request #95 from zcash-hackworks/mdr0id-patch-ci-push-bug
Update .gitlab-ci.yml
This commit is contained in:
commit
b2c4090758
|
@ -38,6 +38,8 @@ build:build-linux:
|
|||
stage: build
|
||||
script:
|
||||
- make
|
||||
only:
|
||||
- pushes
|
||||
artifacts:
|
||||
paths:
|
||||
- ./server
|
||||
|
@ -70,6 +72,8 @@ test:test-unittest:
|
|||
- build:build-linux
|
||||
script:
|
||||
- make test
|
||||
only:
|
||||
- pushes
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||
|
||||
|
@ -89,6 +93,8 @@ test:test-coverage:
|
|||
- make coverage
|
||||
- make coverage_report
|
||||
- make coverage_html
|
||||
only:
|
||||
- pushes
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue