bench-forgejo/.bra.toml

20 lines
465 B
TOML
Raw Normal View History

2014-07-26 09:54:27 +05:30
[run]
init_cmds = [
#["grep", "-rn", "FIXME", "."],
["./gogs", "web"]
]
2014-07-26 09:54:27 +05:30
watch_all = true
watch_dirs = [
"$WORKDIR/cmd",
"$WORKDIR/models",
"$WORKDIR/modules",
"$WORKDIR/routers"
]
watch_exts = [".go"]
2014-07-26 09:54:27 +05:30
build_delay = 1500
cmds = [
2015-03-18 16:07:44 +05:30
#["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."],
["go", "install", "-tags", "sqlite"],# redis memcache cert pam
["go", "build", "-tags", "sqlite"],
2014-07-26 09:54:27 +05:30
["./gogs", "web"]
]