add file search support

This commit is contained in:
codeskyblue
2016-07-31 11:47:02 +08:00
parent d7e808cd4f
commit 2f1b55892a
5 changed files with 81 additions and 45 deletions

View File

@@ -6,7 +6,7 @@ triggers:
- '**/*.tmpl.html'
env:
DEBUG: "1"
cmd: (killall gohttpserver; true) && go build && ./gohttpserver --upload&
cmd: go build && ./gohttpserver --upload --root testdata
shell: true
delay: 100ms
signal: KILL