Merge pull request #95 from zcash-hackworks/mdr0id-patch-ci-push-bug

Update .gitlab-ci.yml
This commit is contained in:
Marshall Gaucher 2019-10-09 19:43:37 -07:00 committed by GitHub
commit b2c4090758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,8 @@ build:build-linux:
stage: build stage: build
script: script:
- make - make
only:
- pushes
artifacts: artifacts:
paths: paths:
- ./server - ./server
@ -70,6 +72,8 @@ test:test-unittest:
- build:build-linux - build:build-linux
script: script:
- make test - make test
only:
- pushes
after_script: after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
@ -89,6 +93,8 @@ test:test-coverage:
- make coverage - make coverage
- make coverage_report - make coverage_report
- make coverage_html - make coverage_html
only:
- pushes
after_script: after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
artifacts: artifacts: