Skip to content

Commit

Permalink
Add Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Sep 4, 2019
1 parent a067a05 commit a3900eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

version: 2

jobs:
build:
docker:
- image: circleci/golang:1.12
steps:
- checkout
- run:
name: Verify
command: make all

0 comments on commit a3900eb

Please sign in to comment.