strawboss/src/test/json/test-project-1.config.json
2017-03-19 06:34:42 -05:00

17 lines
347 B
JSON

{
"name": "test-project-1",
"versionCmd": "git describe --all --always",
"steps": {
"build": {
"depends": ["test"],
"workingDir": "dir1",
"stepCmd": "cust-build",
"artifacts": ["bin1", "doc1"],
"expectedEnv": ["VAR1"],
"dontSkip": true,
"cmdInput": ["test", "this"]
},
"test": { }
}
}