blockbook/.gitlab-ci.yml

22 lines
356 B
YAML
Raw Normal View History

2018-10-15 06:58:40 -06:00
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)/'"