aboutsummaryrefslogtreecommitdiff
path: root/.bra.toml
blob: c4475110c745b7f5711e21326ae59567b27f1b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[run]
init_cmds = [
	["make", "build-dev"],
	["./gogs", "web"]
]
watch_all = true
watch_dirs = [
	"$WORKDIR/cmd",
	"$WORKDIR/models",
	"$WORKDIR/pkg",
	"$WORKDIR/routes"
]
watch_exts = [".go"]
ignore_files = [".+_test.go"]
build_delay = 1500
interrupt_timout = 1
graceful_kill = true
cmds = [
	["make", "build-dev"], # TAGS=sqlite cert pam tidb
	["./gogs", "web"]
]