Skip to content

Commit

Permalink
Install tools before running Verify
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Sep 4, 2019
1 parent a3900eb commit 09cc107
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run:
name: Install bazzar
command: sudo apt-get install bzr -y
- run:
name: Install tools
command: make install-tools
- run:
name: Verify
command: make all

0 comments on commit 09cc107

Please sign in to comment.