blockbook/.gitlab-ci.yml

22 lines
350 B
YAML
Raw Normal View History

2018-10-15 06:58:40 -06:00
stages:
- build
- test
build:
2018-10-15 06:58:40 -06:00
stage: build
tags:
- blockbook
script: make build
unit-test:
2018-10-15 06:58:40 -06:00
stage: test
tags:
- blockbook
script: make test
integration-test:
2018-10-15 06:58:40 -06:00
stage: test
tags:
- blockbook
script: make test-integration ARGS="-run='TestIntegration/(bcash|bgold|bitcoin|dash|dogecoin|litecoin|vertcoin|zcash)=main/'"