bench-forgejo/.fswatch.json

14 lines
266 B
JSON
Raw Normal View History

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-06 20:42:19 +05:30
},
2014-04-08 21:56:12 +05:30
"enable-restart": false
2014-04-06 20:42:19 +05:30
}