Merge pull request #117 from zcash-hackworks/mdr0id-patch-ci-fix-mast

Update .gitlab-ci.yml
This commit is contained in:
Marshall Gaucher 2019-10-29 12:17:03 -07:00 committed by GitHub
commit 068b3a6ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -70,6 +70,8 @@ test:test-unittest:
- build:build-linux - build:build-linux
script: script:
- make test - make test
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
.test:test-race-conditions: .test:test-race-conditions:
stage: test stage: test
@ -79,7 +81,7 @@ test:test-unittest:
- make race - make race
allow_failure: true allow_failure: true
test:test-coverage: .test:test-coverage:
stage: test stage: test
dependencies: dependencies:
- build:build-linux - build:build-linux
@ -94,7 +96,7 @@ test:test-coverage:
# ************************************************************************/ # ************************************************************************/
# DEPLOY # DEPLOY
# ************************************************************************/ # ************************************************************************/
deploy_staging: .deploy_staging:
stage: deploy stage: deploy
script: script:
- make - make