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/D46-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 |
| 22 | > Task :checkDebugDuplicateClasses UP-TO-DATE |
| 23 | > Task :dexBuilderDebug |
| 24 | > Task :desugarDebugFileDependencies UP-TO-DATE |
| 25 | > Task :mergeExtDexDebug UP-TO-DATE |
| 26 | > Task :mergeDebugJniLibFolders UP-TO-DATE |
| 27 | > Task :mergeDebugNativeLibs UP-TO-DATE |
| 28 | > Task :stripDebugDebugSymbols NO-SOURCE |
| 29 | > Task :validateSigningDebug UP-TO-DATE |
| 30 | > Task :mergeDebugJavaResource |
| 31 | > Task :mergeDexDebug |
| 32 | > Task :packageDebug |
| 33 | > Task :assembleDebug |
| 34 | |
| 35 | BUILD SUCCESSFUL in 7s |
| 36 | 23 actionable tasks: 5 executed, 18 up-to-date |
| 37 |
| 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-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 |
| 28 | > Task :generateReleaseResValues UP-TO-DATE |
|---|---|
| 29 | > Task :generateReleaseResources |
| 30 | > Task :mergeReleaseResources UP-TO-DATE |
| 31 | > Task :createReleaseCompatibleScreenManifests UP-TO-DATE |
| 32 | > Task :extractDeepLinksRelease UP-TO-DATE |
| 33 | |
| 34 | > Task :processReleaseManifest |
| 35 | /var/drydock/workingcopy-72/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning: |
| 36 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
| 37 | |
| 38 | > Task :processReleaseResources |
| 39 | |
| 40 | > Task :compileReleaseJavaWithJavac |
| 41 | |
| 42 | > Task :prepareLintJar UP-TO-DATE |
| 43 | |
| 44 | > Task :lint |
| 45 | Ran lint on variant release: 106 issues found |
| 46 | Ran lint on variant debug: 111 issues found |
| 47 | Wrote HTML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.html |
| 48 | Wrote XML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.xml |
| 49 | |
| 50 | BUILD SUCCESSFUL in 39s |
| 51 | 22 actionable tasks: 9 executed, 13 up-to-date |
| 52 |
| Passed |
| Passed |