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 here: |
|---|---|
| 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.
| 30 | > Task :app:compressDebugAssets |
|---|---|
| 31 | > Task :app:desugarDebugFileDependencies |
| 32 | > Task :app:checkDebugDuplicateClasses |
| 33 | > Task :app:mergeDebugJavaResource |
| 34 | > Task :app:dexBuilderDebug |
| 35 | > Task :app:mergeDebugJniLibFolders |
| 36 | > Task :app:mergeDebugNativeLibs NO-SOURCE |
| 37 | > Task :app:stripDebugDebugSymbols NO-SOURCE |
| 38 | > Task :app:validateSigningDebug |
| 39 | > Task :app:writeDebugAppMetadata |
| 40 | > Task :app:writeDebugSigningConfigVersions |
| 41 | > Task :app:mergeDexDebug |
| 42 | > Task :app:packageDebug |
| 43 | > Task :app:createDebugApkListingFileRedirect |
| 44 | > Task :app:assembleDebug |
| 45 | |
| 46 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. |
| 47 | |
| 48 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 49 | |
| 50 | See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings |
| 51 | |
| 52 | BUILD SUCCESSFUL in 51s |
| 53 | 32 actionable tasks: 15 executed, 17 up-to-date |
| 54 |
| Passed |
| 1 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 |
| 43 | ^ |
|---|---|
| 44 | |
| 45 | > Task :app:compileDebugKotlin |
| 46 | |
| 47 | > Task :app:compileDebugJavaWithJavac |
| 48 | |
| 49 | > Task :app:bundleDebugClassesToCompileJar |
| 50 | > Task :app:lintAnalyzeDebug |
| 51 | |
| 52 | > Task :app:lintReportDebug |
| 53 | Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/app/build/reports/lint-results-debug.html |
| 54 | |
| 55 | > Task :app:lintDebug |
| 56 | > Task :app:lint |
| 57 | |
| 58 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. |
| 59 | |
| 60 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 61 | |
| 62 | See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings |
| 63 | |
| 64 | BUILD SUCCESSFUL in 2m 22s |
| 65 | 24 actionable tasks: 24 executed |
| 66 | Daemon will be stopped at the end of the build after running out of JVM memory |
| 67 |
| Passed |
| 1 | Found 7.4 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/7.4/bin/gradle clean |
| 3 | Starting a Gradle Daemon (subsequent builds will be faster) |
| 4 | > Task :app:clean |
| 5 | |
| 6 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. |
| 7 | |
| 8 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 9 | |
| 10 | See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings |
| 11 | |
| 12 | BUILD SUCCESSFUL in 18s |
| 13 | 1 actionable task: 1 executed |
| 14 |
| Passed |
| Passed |