blockbook/.gitlab-ci.yml
2018-10-16 13:01:10 +02:00

22 lines
356 B
YAML

stages:
- build
- test
build:binary:
stage: build
tags:
- blockbook
script: make build
test:unittest:
stage: test
tags:
- blockbook
script: make test
test:integration:
stage: test
tags:
- blockbook
script: make test-integration ARGS="-run='TestIntegration/(bcash|bgold|bitcoin|dash|dogecoin|litecoin|vertcoin|zcash)/'"