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