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/D75-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
22 | > Task :compileDebugSources UP-TO-DATE |
---|---|
23 | > Task :mergeDebugNativeDebugMetadata NO-SOURCE |
24 | > Task :mergeDebugShaders |
25 | > Task :compileDebugShaders NO-SOURCE |
26 | > Task :generateDebugAssets UP-TO-DATE |
27 | > Task :mergeDebugAssets |
28 | > Task :processDebugJavaRes |
29 | > Task :compressDebugAssets |
30 | > Task :checkDebugDuplicateClasses |
31 | > Task :desugarDebugFileDependencies |
32 | > Task :mergeDebugJavaResource |
33 | > Task :dexBuilderDebug |
34 | > Task :mergeDebugJniLibFolders |
35 | > Task :validateSigningDebug |
36 | > Task :mergeDebugNativeLibs |
37 | > Task :stripDebugDebugSymbols NO-SOURCE |
38 | > Task :multiDexListDebug |
39 | > Task :mergeDexDebug |
40 | > Task :packageDebug |
41 | > Task :assembleDebug |
42 | |
43 | BUILD SUCCESSFUL in 14s |
44 | 30 actionable tasks: 14 executed, 16 up-to-date |
45 | Daemon will be stopped at the end of the build after running out of JVM memory |
46 |
Passed |
1 | Note: Some input files use or override a deprecated API. |
---|---|
2 | Note: Recompile with -Xlint:deprecation for details. |
3 | Note: Some input files use or override a deprecated API. |
4 | Note: Recompile with -Xlint:deprecation for details. |
5 |
38 | |
---|---|
39 | > Task :processReleaseManifest |
40 | > Task :javaPreCompileRelease |
41 | > Task :processReleaseManifestForPackage |
42 | > Task :processReleaseResources |
43 | > Task :kaptGenerateStubsReleaseKotlin |
44 | > Task :kaptDebugKotlin |
45 | > Task :kaptReleaseKotlin |
46 | > Task :compileDebugKotlin |
47 | |
48 | > Task :compileDebugJavaWithJavac |
49 | |
50 | > Task :compileReleaseKotlin |
51 | |
52 | > Task :compileReleaseJavaWithJavac |
53 | |
54 | > Task :lint |
55 | Ran lint on variant debug: 141 issues found |
56 | Ran lint on variant release: 139 issues found |
57 | Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.html |
58 | Wrote XML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.xml |
59 | |
60 | BUILD SUCCESSFUL in 1m 54s |
61 | 34 actionable tasks: 34 executed |
62 |
Passed |
Clean Gradle directory to avoid nasty errors like:
1 | Found 6.5 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.5/bin/gradle clean |
3 | Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details |
4 | > Task :clean |
5 | |
6 | BUILD SUCCESSFUL in 8s |
7 | 1 actionable task: 1 executed |
8 |
Passed |
Passed |