Ver Fonte

Add Gource

Sacha Ligthert há 1 ano atrás
pai
commit
c8f897cf8d
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      Taskfile.yml

+ 4 - 0
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