diff --git a/Taskfile.yml b/Taskfile.yml index ee9cd18..318fa62 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -34,3 +34,7 @@ tasks: - rm {{.BUILD_DIR}}/* || true - go tool dist list | grep -v android | grep -v ios | grep -v wasip1 | awk -F '/' '{printf "echo Compiling %s/%s; env CGO_ENABLED=1 GOOS=%s GOARCH=%s go build -o {{.BUILD_DIR}}/{{.APP}}.%s-%s\n",$1,$2,$1,$2,$1,$2 }' | sh - for i in `ls {{.BUILD_DIR}}/*windows*`; do mv -v $i $i.exe; done + gource: + cmds: + - gource --auto-skip-seconds 1 --key -r 60 + silent: true