Copy from example
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2019-03-12 21:54:31 +01:00
parent 77c31209c6
commit 6b8235c36b

View File

@ -1,9 +1,12 @@
workspace:
base: /go
path: src/p83.nl/go/track-me
pipeline: pipeline:
backend: build:
image: golang:1.11 image: golang:1.12
commands: commands:
- go get - go get ./...
- go build
- go test - go test
- go build