add ipa support, part

This commit is contained in:
codeskyblue
2016-07-27 14:10:03 +08:00
parent aca5e180ff
commit 3660d7195d
6 changed files with 210 additions and 11 deletions

View File

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