You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bra.toml 379B

1234567891011121314151617181920
  1. [run]
  2. init_cmds = [
  3. #["grep", "-rn", "FIXME", "."],
  4. ["make", "build-dev", "TAGS=sqlite"],
  5. ["./gogs", "web"]
  6. ]
  7. watch_all = true
  8. watch_dirs = [
  9. "$WORKDIR/cmd",
  10. "$WORKDIR/models",
  11. "$WORKDIR/modules",
  12. "$WORKDIR/routers"
  13. ]
  14. watch_exts = [".go"]
  15. ignore_files = [".+_test.go"]
  16. build_delay = 1500
  17. cmds = [
  18. ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb
  19. ["./gogs", "web"]
  20. ]