Install resulting executable files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-08-07 00:25:43 +02:00
parent 6c86be1aba
commit 7fe5d7a60f
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -17,6 +17,7 @@ steps:
- apk --no-cache add git
- go get -d -t ./...
- go build ./...
- go install ./...
- go test ./...
- name: publish-personal