Use first step for testing
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2019-03-13 14:23:42 +01:00
parent dfc81ca969
commit 550b41c96e

View File

@ -1,4 +1,3 @@
workspace:
base: /go
path: src/p83.nl/go/track-me
@ -9,4 +8,4 @@ pipeline:
commands:
- go get ./...
- go test
- CC=/usr/bin/musl-gcc go build --ldflags '-linkmode external -extldflags "-static"'
- go vet