Skip to content

Commit

Permalink
Restrict CI jobs by branch/schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jakm committed Oct 16, 2018
1 parent acae88f commit 423d472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -4,18 +4,24 @@ stages:

build:
stage: build
only:
- master
tags:
- blockbook
script: make build

unit-test:
stage: test
only:
- master
tags:
- blockbook
script: make test

integration-test:
stage: test
only:
- schedules
tags:
- blockbook
script: make test-integration ARGS="-run='TestIntegration/(bcash|bgold|bitcoin|dash|dogecoin|litecoin|vertcoin|zcash)=main/'"

0 comments on commit 423d472

Please sign in to comment.