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: |
---|---|
2 | https://lab.reyboz.it/builds/libre-busto/HEAD-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
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 |
18 | > Task :compileDebugShaders NO-SOURCE |
19 | > Task :generateDebugAssets UP-TO-DATE |
20 | > Task :mergeDebugAssets |
21 | > Task :processDebugJavaRes |
22 | > Task :checkDebugDuplicateClasses |
23 | > Task :dexBuilderDebug |
24 | > Task :desugarDebugFileDependencies |
25 | > Task :mergeDebugJavaResource |
26 | > Task :mergeDebugJniLibFolders |
27 | > Task :validateSigningDebug |
28 | > Task :mergeDebugNativeLibs |
29 | > Task :stripDebugDebugSymbols NO-SOURCE |
30 | > Task :mergeExtDexDebug |
31 | > Task :mergeDexDebug |
32 | > Task :packageDebug |
33 | > Task :assembleDebug |
34 | |
35 | BUILD SUCCESSFUL in 10s |
36 | 23 actionable tasks: 13 executed, 10 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-112/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-112/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
8 | Note: Recompile with -Xlint:unchecked for details. |
9 |
26 | > Task :processReleaseManifest |
---|---|
27 | /var/drydock/workingcopy-112/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning: |
28 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
29 | |
30 | > Task :mergeDebugResources |
31 | > Task :processDebugResources |
32 | |
33 | > Task :compileDebugJavaWithJavac |
34 | |
35 | > Task :prepareLintJar UP-TO-DATE |
36 | > Task :mergeReleaseResources |
37 | > Task :processReleaseResources |
38 | > Task :javaPreCompileRelease |
39 | |
40 | > Task :compileReleaseJavaWithJavac |
41 | |
42 | > Task :lint |
43 | Ran lint on variant debug: 112 issues found |
44 | Ran lint on variant release: 110 issues found |
45 | Wrote HTML report to file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/lint-results.html |
46 | Wrote XML report to file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/lint-results.xml |
47 | |
48 | BUILD SUCCESSFUL in 33s |
49 | 22 actionable tasks: 21 executed, 1 up-to-date |
50 |
Passed |
Clean Gradle directory to avoid nasty errors like:
1 | Found 6.1.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle clean |
3 | > Task :clean |
4 | |
5 | BUILD SUCCESSFUL in 1s |
6 | 1 actionable task: 1 executed |
7 |
Passed |
Passed |