Skip to content

Commit

Permalink
Add Cirrus CI Presubmits (#37)
Browse files Browse the repository at this point in the history
Testing to see if Cirrus CI is working
  • Loading branch information
josephlr authored Sep 5, 2019
1 parent 2786995 commit 913799f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
container:
image: golang:latest

env:
GOPROXY: https://proxy.golang.org
GO111MODULE: on

test_task:
modules_cache:
fingerprint_script: cat go.sum
folder: $GOPATH/pkg/mod
build_script: go build -v ./...
test_script: go test -v ./...

0 comments on commit 913799f

Please sign in to comment.