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/D68-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 | Daemon will be stopped at the end of the build after running out of JVM memory |
39 | > Task :multiDexListDebug |
40 | > Task :mergeDexDebug |
41 | > Task :packageDebug |
42 | > Task :assembleDebug |
43 | |
44 | BUILD SUCCESSFUL in 15s |
45 | 30 actionable tasks: 14 executed, 16 up-to-date |
46 |
Passed |
1 | Stream closed |
---|---|
2 | Note: Some input files use or override a deprecated API. |
3 | Note: Recompile with -Xlint:deprecation for details. |
4 | Note: Some input files use or override a deprecated API. |
5 | Note: Recompile with -Xlint:deprecation for details. |
6 |
39 | > Task :kaptGenerateStubsDebugKotlin |
---|---|
40 | > Task :processReleaseManifestForPackage |
41 | > Task :processReleaseResources |
42 | > Task :kaptGenerateStubsReleaseKotlin |
43 | > Task :kaptDebugKotlin |
44 | |
45 | > Task :kaptReleaseKotlin |
46 | |
47 | > Task :compileDebugKotlin |
48 | |
49 | > Task :compileDebugJavaWithJavac |
50 | |
51 | > Task :compileReleaseKotlin |
52 | |
53 | > Task :compileReleaseJavaWithJavac |
54 | |
55 | > Task :lint |
56 | Ran lint on variant debug: 150 issues found |
57 | Ran lint on variant release: 149 issues found |
58 | Wrote HTML report to file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/lint-results.html |
59 | Wrote XML report to file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/lint-results.xml |
60 | |
61 | BUILD SUCCESSFUL in 1m 33s |
62 | 33 actionable tasks: 33 executed |
63 |
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 (subsequent builds will be faster) |
4 | > Task :clean |
5 | |
6 | BUILD SUCCESSFUL in 9s |
7 | 1 actionable task: 1 executed |
8 |
Passed |
Passed |