We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93de26 commit 15ee246Copy full SHA for 15ee246
Taskfile.yml
@@ -6,15 +6,15 @@ tasks:
6
- cmd: go build -ldflags="-s -w" -o bin/recipya.exe main.go
7
platforms: [ windows ]
8
- cmd: go build -ldflags="-s -w" -o bin/recipya main.go
9
- platforms: [ linux, darwin ]
+ platforms: [ linux, darwin, freebsd ]
10
11
build-debug:
12
cmds:
13
- cmd: go generate ./...
14
- cmd: go build -gcflags=all="-N -l" -o bin/recipya_debug.exe main.go
15
16
- cmd: go build -gcflags=all="-N -l" -o bin/recipya_debug main.go
17
18
19
cover:
20
0 commit comments