The command is:
/opt/reyboz/android/bin/publish-latest-branch-build.sh ${buildable.revision}
Source code:
This step will copy the built .apk to an indexed HTTP directory exposed by Apache:
Passed |
The command is:
/opt/reyboz/android/bin/publish-latest-branch-build.sh ${buildable.revision}
Source code:
This step will copy the built .apk to an indexed HTTP directory exposed by Apache:
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.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
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 |
Clean Gradle directory to avoid nasty errors like:
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 |