Skip to content

Commit

Permalink
Add Circle CI config (#15)
Browse files Browse the repository at this point in the history
* Add Circle CI config

* Install tools before running Verify
  • Loading branch information
songy23 authored and bogdandrutu committed Sep 4, 2019
1 parent a067a05 commit 7e12392
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

version: 2

jobs:
build:
docker:
- 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 7e12392

Please sign in to comment.