Edit .drone.yml

This commit is contained in:
an 2017-12-06 19:45:09 +01:00
parent 805c6ff613
commit dbe54b048a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ pipeline:
build:
image: golang
commands:
- ./genversion.sh
- ./genbuilddate.sh
- go get -d code.dnix.de/an/flokatilib/...
- go get -d ./...
- go test