Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| Passed |
Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| 1 | Published: |
|---|---|
| 2 | https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto-unsigned.apk |
| 3 |
| Passed |
This step will build an .apk using Gradle using this fantastic Docker image:
https://gitlab.com/fabmazz/android-fdroid-build-container/-/tree/ubuntu
Source code of this build step:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/fdroid-docker-builder.sh
TODO: Use the official image by Fabio Mazza, when the "DESIRED_UID" / "DESIRED_GID" features will be merged.
| 13 | > Task :processDebugManifest UP-TO-DATE |
|---|---|
| 14 | > Task :processDebugResources UP-TO-DATE |
| 15 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
| 16 | > Task :compileDebugSources UP-TO-DATE |
| 17 | > Task :mergeDebugShaders UP-TO-DATE |
| 18 | > Task :compileDebugShaders NO-SOURCE |
| 19 | > Task :generateDebugAssets UP-TO-DATE |
| 20 | > Task :mergeDebugAssets UP-TO-DATE |
| 21 | > Task :processDebugJavaRes UP-TO-DATE |
| 22 | > Task :mergeDebugJavaResource UP-TO-DATE |
| 23 | > Task :checkDebugDuplicateClasses UP-TO-DATE |
| 24 | > Task :dexBuilderDebug UP-TO-DATE |
| 25 | > Task :desugarDebugFileDependencies UP-TO-DATE |
| 26 | > Task :mergeExtDexDebug UP-TO-DATE |
| 27 | > Task :mergeDexDebug UP-TO-DATE |
| 28 | > Task :mergeDebugJniLibFolders UP-TO-DATE |
| 29 | > Task :mergeDebugNativeLibs UP-TO-DATE |
| 30 | > Task :stripDebugDebugSymbols NO-SOURCE |
| 31 | > Task :validateSigningDebug UP-TO-DATE |
| 32 | > Task :packageDebug UP-TO-DATE |
| 33 | > Task :assembleDebug UP-TO-DATE |
| 34 | |
| 35 | BUILD SUCCESSFUL in 1s |
| 36 | 23 actionable tasks: 23 up-to-date |
| 37 |
| Passed |
| 15 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
|---|---|
| 16 | > Task :preReleaseBuild UP-TO-DATE |
| 17 | > Task :compileReleaseAidl NO-SOURCE |
| 18 | > Task :compileReleaseRenderscript UP-TO-DATE |
| 19 | > Task :generateReleaseBuildConfig UP-TO-DATE |
| 20 | > Task :javaPreCompileRelease UP-TO-DATE |
| 21 | > Task :generateReleaseResValues UP-TO-DATE |
| 22 | > Task :generateReleaseResources UP-TO-DATE |
| 23 | > Task :mergeReleaseResources UP-TO-DATE |
| 24 | > Task :createReleaseCompatibleScreenManifests UP-TO-DATE |
| 25 | > Task :extractDeepLinksRelease UP-TO-DATE |
| 26 | > Task :processReleaseManifest UP-TO-DATE |
| 27 | > Task :processReleaseResources UP-TO-DATE |
| 28 | > Task :compileReleaseJavaWithJavac UP-TO-DATE |
| 29 | > Task :prepareLintJar UP-TO-DATE |
| 30 | |
| 31 | > Task :lint |
| 32 | Ran lint on variant debug: 109 issues found |
| 33 | Ran lint on variant release: 107 issues found |
| 34 | Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.html |
| 35 | Wrote XML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.xml |
| 36 | |
| 37 | BUILD SUCCESSFUL in 9s |
| 38 | 22 actionable tasks: 1 executed, 21 up-to-date |
| 39 |
| Passed |
| Passed |