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:
parent
a9adfbafd4
commit
4c06f101f4
13
Taskfile.yml
Normal file
13
Taskfile.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user