Skip to content

Commit

Permalink
Add CircleCI build pipeline
Browse files Browse the repository at this point in the history
Calls the default make target.
  • Loading branch information
odsod committed Jul 24, 2019
1 parent deb02e1 commit ed91c56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12-stretch-node
working_directory: /go/src/github.com/einride/clock-go
steps:
- checkout
- run: make

0 comments on commit ed91c56

Please sign in to comment.