summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-06 19:12:52 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-06 19:12:52 -0400
commit1e1f9e716660533dc3c570b51006e4e36b2c3a7f (patch)
tree10ee985984524d4218f0cd03c6f98bccde92429f /.bra.toml
parent64c68220d203cb07be001184cde4b35d4b503344 (diff)
downloadgitea-1e1f9e716660533dc3c570b51006e4e36b2c3a7f.tar.gz
gitea-1e1f9e716660533dc3c570b51006e4e36b2c3a7f.zip
Update with macaron
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 a5afa27675..a5fcdf6ee5 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -11,7 +11,7 @@ watch_dirs = [
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
- ["go", "install"],
- ["go", "build"],
+ ["go", "install", "-tags", "sqlite"],
+ ["go", "build", "-tags", "sqlite"],
["./gogs", "web"]
] \ No newline at end of file