1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-20 20:54:21 -04:00
gitea/.bra.toml

17 lines
328 B
TOML
Raw Normal View History

2014-07-26 00:24:27 -04:00
[run]
init_cmds = [["./gogs", "web"]]
watch_all = true
watch_dirs = [
"$WORKDIR/conf/locale",
"$WORKDIR/cmd",
"$WORKDIR/models",
"$WORKDIR/modules",
"$WORKDIR/routers"
]
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
2014-10-06 19:12:52 -04:00
["go", "install", "-tags", "sqlite"],
["go", "build", "-tags", "sqlite"],
2014-07-26 00:24:27 -04:00
["./gogs", "web"]
]