mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 16:31:56 +03:00
Add build task
This commit is contained in:
@@ -3,3 +3,9 @@
|
|||||||
go = "latest"
|
go = "latest"
|
||||||
gofumpt = "latest"
|
gofumpt = "latest"
|
||||||
goreleaser = "latest"
|
goreleaser = "latest"
|
||||||
|
|
||||||
|
[tasks.build]
|
||||||
|
description = "Build binary"
|
||||||
|
sources = ["**/*.go", "go.mod", "go.sum"]
|
||||||
|
outputs = ["mtg"]
|
||||||
|
run = "go build"
|
||||||
|
|||||||
Reference in New Issue
Block a user