summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-07 07:02:53 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-07 07:02:53 -0400
commitfc18741cc78acbb6fac5cf89fa5ae7034178c5ca (patch)
treebe0fe4a9f2d96964e50839d30f1d90d4bacdd72e /.bra.toml
parentfef09c2de660c5f3588a7730718a82d19957147f (diff)
downloadgitea-fc18741cc78acbb6fac5cf89fa5ae7034178c5ca.tar.gz
gitea-fc18741cc78acbb6fac5cf89fa5ae7034178c5ca.zip
Fix #524
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 a5fcdf6ee5..df2e10e6ff 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -11,7 +11,7 @@ watch_dirs = [
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
- ["go", "install", "-tags", "sqlite"],
- ["go", "build", "-tags", "sqlite"],
+ ["go", "install", "-tags", "sqlite cert"],
+ ["go", "build", "-tags", "sqlite cert"],
["./gogs", "web"]
] \ No newline at end of file