mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +02:00
Have a Taskfile for the own projeto
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user