2014-04-06 10:12:19 -05:00
|
|
|
{
|
2014-04-06 11:19:59 -05:00
|
|
|
"paths": ["."],
|
2014-04-06 10:12:19 -05:00
|
|
|
"depth": 2,
|
2014-04-07 01:14:17 -05:00
|
|
|
"exclude": [],
|
2014-04-08 11:26:12 -05:00
|
|
|
"include": ["\\.go$", "\\.ini$"],
|
2014-04-06 10:12:19 -05:00
|
|
|
"command": [
|
|
|
|
"bash", "-c", "go build && ./gogs web"
|
|
|
|
],
|
|
|
|
"env": {
|
2014-04-06 11:19:59 -05:00
|
|
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
2014-04-09 11:07:57 -05:00
|
|
|
}
|
2014-04-06 10:12:19 -05:00
|
|
|
}
|