Files
flatpak/tests/module2.json
Alexander Larsson c053c49ead Extend flatpak-builder test
We now test including modules, including doing
so recursively, and find patches and source files from
those.
2017-04-24 10:04:23 +02:00

20 lines
377 B
JSON

{
"name": "module2",
"buildsystem": "simple",
"ensure-writable": [ "/modify_me"],
"build-commands": [
"echo module2 > /app/ran_module2",
"echo module2 > /app/modify_me"
],
"sources": [
{
"type": "file",
"path": "data2"
},
{
"type": "patch",
"path": "data2.patch"
}
]
}