2014-04-06 20:42:19 +05:30
|
|
|
{
|
2014-04-06 21:49:59 +05:30
|
|
|
"paths": ["."],
|
2014-04-06 20:42:19 +05:30
|
|
|
"depth": 2,
|
2014-04-07 11:44:17 +05:30
|
|
|
"exclude": [],
|
2014-04-08 21:56:12 +05:30
|
|
|
"include": ["\\.go$", "\\.ini$"],
|
2014-04-06 20:42:19 +05:30
|
|
|
"command": [
|
|
|
|
"bash", "-c", "go build && ./gogs web"
|
|
|
|
],
|
|
|
|
"env": {
|
2014-04-06 21:49:59 +05:30
|
|
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
2014-04-09 21:37:57 +05:30
|
|
|
}
|
2014-04-06 20:42:19 +05:30
|
|
|
}
|