Przeglądaj źródła

Add build task

tags/v2.1.8^2
9seconds 6 miesięcy temu
rodzic
commit
e9a147c836
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6
    0
      .mise.toml

+ 6
- 0
.mise.toml Wyświetl plik

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"

Ładowanie…
Anuluj
Zapisz