Files
flatpak/tests/test-runtime.json
Philip Chimento 86bc5f39be builder: Use build-args during cleanup
Any build-args specified in the manifest should be used during the
cleanup and platform-cleanup stages. This is because if you are using
QEMU to build for another architecture, for example, you need to pass
--bind-mount in the build-args, and the bind mount also needs to be
present while running cleanup commands.
2017-06-30 10:23:52 +02:00

20 lines
437 B
JSON

{
"build-runtime": true,
"id": "org.test.Hello.Sdk",
"id-platform": "org.test.Hello.Platform",
"runtime": "org.test.Platform",
"sdk": "org.test.Sdk",
"tags": ["test"],
"cleanup-commands": [ "fdghksdfjhsdfkg" ],
"cleanup-platform-commands": [ "sdjfgkafyewgdbvhsail" ],
"build-options": {
"build-args": ["--help"]
},
"modules": [
{
"name": "empty"
}
]
}