1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00
task/Taskfile.yml
2017-02-28 18:50:29 -03:00

14 lines
172 B
YAML

install:
cmds:
- go install -v ./...
# TODO: have tests
test:
cmds:
- go test -v
# https://github.com/goreleaser/goreleaser
release:
cmds:
- goreleaser