Skip to content

Commit ea751dd

Browse files
committed
Add CircleCI config
1 parent ed85dc9 commit ea751dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/golang:1.11.1-stretch
7+
steps:
8+
- run: make dep cmd
9+
10+
workflows:
11+
version: 2
12+
build-workflow:
13+
jobs:
14+
- build

0 commit comments

Comments
 (0)