summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index 3829b45738..c4b1885d58 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,7 +1,7 @@
[run]
init_cmds = [
#["grep", "-rn", "FIXME", "."],
- ["make", "build-dev"],
+ ["make", "build-dev", "TAGS=sqlite"],
["./gogs", "web"]
]
watch_all = true
@@ -15,6 +15,6 @@ watch_exts = [".go"]
ignore_files = [".+_test.go"]
build_delay = 1500
cmds = [
- ["make", "build-dev"], # sqlite cert pam tidb
+ ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb
["./gogs", "web"]
] \ No newline at end of file