Browse Source

Add build task

tags/v2.1.8^2
9seconds 4 months ago
parent
commit
e9a147c836
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .mise.toml

+ 6
- 0
.mise.toml View File

3
 go = "latest"
3
 go = "latest"
4
 gofumpt = "latest"
4
 gofumpt = "latest"
5
 goreleaser = "latest"
5
 goreleaser = "latest"
6
+
7
+[tasks.build]
8
+description = "Build binary"
9
+sources = ["**/*.go", "go.mod", "go.sum"]
10
+outputs = ["mtg"]
11
+run = "go build"

Loading…
Cancel
Save