1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00
This commit is contained in:
Unknwon
2014-10-07 07:02:53 -04:00
parent fef09c2de6
commit fc18741cc7
6 changed files with 42 additions and 6 deletions

View File

@@ -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"]
]