gitea/.fswatch.json

13 lines
237 B
JSON
Raw Normal View History

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