// A test project for Dev Updater, not a real app. See ../README.md. // // The one that can be made to fail. Everything about a failed build is // awkward to produce with a real project and easy here: the card's failure // line, the build-log tab opening instead of the runtime one, a component // failing without stopping its siblings, and coloured compiler output // surviving the trip to the phone. label: "Test: Breakable", components: [ Apk( name: "app", build: "./build.sh", ), ],