Explorar el Código

Add build task

tags/v2.1.8^2
9seconds hace 2 meses
padre
commit
e9a147c836
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .mise.toml

+ 6
- 0
.mise.toml Ver fichero

@@ -3,3 +3,9 @@
3 3
 go = "latest"
4 4
 gofumpt = "latest"
5 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…
Cancelar
Guardar