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 |
| 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.
| 21 | > Task :compileDebugNdk NO-SOURCE |
|---|---|
| 22 | > Task :compileDebugSources UP-TO-DATE |
| 23 | > Task :mergeDebugShaders UP-TO-DATE |
| 24 | > Task :compileDebugShaders UP-TO-DATE |
| 25 | > Task :generateDebugAssets UP-TO-DATE |
| 26 | > Task :mergeDebugAssets UP-TO-DATE |
| 27 | > Task :transformClassesWithDexBuilderForDebug |
| 28 | > Task :transformDexArchiveWithExternalLibsDexMergerForDebug |
| 29 | > Task :transformDexArchiveWithDexMergerForDebug |
| 30 | > Task :mergeDebugJniLibFolders UP-TO-DATE |
| 31 | > Task :transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE |
| 32 | > Task :checkDebugLibraries UP-TO-DATE |
| 33 | > Task :processDebugJavaRes NO-SOURCE |
| 34 | > Task :transformResourcesWithMergeJavaResForDebug UP-TO-DATE |
| 35 | > Task :validateSigningDebug UP-TO-DATE |
| 36 | > Task :packageDebug |
| 37 | > Task :assembleDebug |
| 38 | |
| 39 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 40 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 41 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 42 | |
| 43 | BUILD SUCCESSFUL in 1m 8s |
| 44 | 27 actionable tasks: 4 executed, 23 up-to-date |
| 45 |
| Passed |
| 1 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 | Note: /var/drydock/workingcopy-70/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 4 | Note: Recompile with -Xlint:unchecked for details. |
| 5 | Note: Some input files use or override a deprecated API. |
| 6 | Note: Recompile with -Xlint:deprecation for details. |
| 7 | Note: /var/drydock/workingcopy-70/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 8 | Note: Recompile with -Xlint:unchecked for details. |
| 9 |
| 30 | > Task :generateReleaseResValues UP-TO-DATE |
|---|---|
| 31 | > Task :generateReleaseResources |
| 32 | > Task :mergeReleaseResources |
| 33 | > Task :createReleaseCompatibleScreenManifests UP-TO-DATE |
| 34 | > Task :processReleaseManifest UP-TO-DATE |
| 35 | > Task :splitsDiscoveryTaskRelease UP-TO-DATE |
| 36 | > Task :processReleaseResources |
| 37 | > Task :generateReleaseSources |
| 38 | > Task :javaPreCompileRelease UP-TO-DATE |
| 39 | |
| 40 | > Task :compileReleaseJavaWithJavac |
| 41 | |
| 42 | > Task :lint |
| 43 | Ran lint on variant release: 124 issues found |
| 44 | Ran lint on variant debug: 124 issues found |
| 45 | Wrote HTML report to file:///var/drydock/workingcopy-70/repo/libre-busto/build/reports/lint-results.html |
| 46 | Wrote XML report to file:///var/drydock/workingcopy-70/repo/libre-busto/build/reports/lint-results.xml |
| 47 | |
| 48 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 49 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 50 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 51 | |
| 52 | BUILD SUCCESSFUL in 32s |
| 53 | 30 actionable tasks: 9 executed, 21 up-to-date |
| 54 |
| Passed |