Actually test the tools. This simply runs a noop stage followed by a noop assembler. Signed-off-by: Tom Gundersen <teg@jklm.no>
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"name": "noop",
|
|
"stages": [
|
|
{
|
|
"name": "org.osbuild.noop"
|
|
}
|
|
],
|
|
"assembler": {
|
|
"name": "org.osbuild.noop"
|
|
}
|
|
}
|