1
0
mirror of https://github.com/go-task/task.git synced 2025-05-31 23:19:42 +02:00

Have a Taskfile for the own projeto

This commit is contained in:
Andrey Nering 2017-02-28 18:50:29 -03:00
parent a9adfbafd4
commit 4c06f101f4

13
Taskfile.yml Normal file
View File

@ -0,0 +1,13 @@
install:
cmds:
- go install -v ./...
# TODO: have tests
test:
cmds:
- go test -v
# https://github.com/goreleaser/goreleaser
release:
cmds:
- goreleaser