debian-forge/samples/noop.json
Tom Gundersen fa7a5b985e travis: add an osbuild test
Actually test the tools. This simply runs a noop stage followed by
a noop assembler.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-07-31 01:34:31 +02:00

11 lines
138 B
JSON

{
"name": "noop",
"stages": [
{
"name": "org.osbuild.noop"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}