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