Merge pull request #109 from zcash-hackworks/mdr0id-patch-ci-extern

Update .gitlab-ci.yml
This commit is contained in:
Marshall Gaucher 2019-10-14 10:13:24 -07:00 committed by GitHub
commit 44d64ed5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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