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/D117-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.
| 24 | > Task :app:compileDebugJavaWithJavac UP-TO-DATE |
|---|---|
| 25 | > Task :app:mergeDebugShaders |
| 26 | > Task :app:compileDebugShaders NO-SOURCE |
| 27 | > Task :app:generateDebugAssets UP-TO-DATE |
| 28 | > Task :app:mergeDebugAssets |
| 29 | > Task :app:compressDebugAssets |
| 30 | > Task :app:processDebugJavaRes NO-SOURCE |
| 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 | BUILD SUCCESSFUL in 56s |
| 47 | 30 actionable tasks: 14 executed, 16 up-to-date |
| 48 |
| Passed |
| 1 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 |
| 30 | > Task :app:kaptDebugKotlin |
|---|---|
| 31 | /var/drydock/workingcopy-112/repo/libre-busto/app/build/tmp/kapt3/stubs/debug/it/reyboz/bustorino/data/gtfs/GtfsAgency.java:26: warning: Primary key constraint on gtfsId is ignored when being merged into it.reyboz.bustorino.data.gtfs.GtfsAgency |
| 32 | private it.reyboz.bustorino.data.gtfs.GtfsFeed feed; |
| 33 | ^ |
| 34 | |
| 35 | > Task :app:compileDebugKotlin |
| 36 | w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 36): Parameter 'view' is never used, could be renamed to _ |
| 37 | w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 42): Parameter 'motionEvent' is never used, could be renamed to _ |
| 38 | |
| 39 | > Task :app:compileDebugJavaWithJavac |
| 40 | |
| 41 | > Task :app:bundleDebugClassesToCompileJar |
| 42 | > Task :app:lintAnalyzeDebug |
| 43 | |
| 44 | Daemon will be stopped at the end of the build after running out of JVM memory |
| 45 | |
| 46 | > Task :app:lintReportDebug |
| 47 | Wrote HTML report to file:///var/drydock/workingcopy-112/repo/libre-busto/app/build/reports/lint-results-debug.html |
| 48 | |
| 49 | > Task :app:lintDebug |
| 50 | > Task :app:lint |
| 51 | |
| 52 | BUILD SUCCESSFUL in 3m 10s |
| 53 | 23 actionable tasks: 23 executed |
| 54 |
| Passed |
| 1 | Found 7.5.1 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/7.5.1/bin/gradle clean |
| 3 | Starting a Gradle Daemon (subsequent builds will be faster) |
| 4 | > Task :app:clean |
| 5 | |
| 6 | BUILD SUCCESSFUL in 26s |
| 7 | 1 actionable task: 1 executed |
| 8 |
| Passed |
| Passed |