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/devolpment-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
1 | Found 6.1.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle --stacktrace assembleDebug |
3 | > Task :preBuild UP-TO-DATE |
4 | > Task :preDebugBuild UP-TO-DATE |
5 | > Task :compileDebugAidl NO-SOURCE |
6 | > Task :compileDebugRenderscript UP-TO-DATE |
7 | > Task :generateDebugBuildConfig UP-TO-DATE |
8 | > Task :javaPreCompileDebug UP-TO-DATE |
9 | > Task :generateDebugResValues UP-TO-DATE |
10 | > Task :generateDebugResources UP-TO-DATE |
11 | > Task :mergeDebugResources UP-TO-DATE |
12 | > Task :createDebugCompatibleScreenManifests UP-TO-DATE |
13 | > Task :extractDeepLinksDebug UP-TO-DATE |
14 | > Task :processDebugManifest UP-TO-DATE |
15 | > Task :processDebugResources UP-TO-DATE |
16 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
17 | > Task :compileDebugSources UP-TO-DATE |
18 | > Task :mergeDebugShaders |
19 | > Task :compileDebugShaders NO-SOURCE |
20 | > Task :generateDebugAssets UP-TO-DATE |
21 | > Task :mergeDebugAssets |
22 | > Task :processDebugJavaRes |
23 | > Task :checkDebugDuplicateClasses |
24 | > Task :dexBuilderDebug |
25 | > Task :mergeDebugJavaResource |
26 | > Task :desugarDebugFileDependencies |
27 | > Task :mergeDebugJniLibFolders |
28 | > Task :validateSigningDebug |
29 | > Task :mergeDebugNativeLibs |
30 | > Task :stripDebugDebugSymbols NO-SOURCE |
31 | > Task :mergeExtDexDebug |
32 | > Task :mergeDexDebug |
33 | > Task :packageDebug |
34 | > Task :assembleDebug |
35 | |
36 | BUILD SUCCESSFUL in 6s |
37 | 23 actionable tasks: 13 executed, 10 up-to-date |
38 |
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-79/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-79/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
8 | Note: Recompile with -Xlint:unchecked for details. |
9 |
1 | Found 6.1.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle lint |
3 | > Task :preBuild UP-TO-DATE |
4 | > Task :preDebugBuild UP-TO-DATE |
5 | > Task :compileDebugAidl NO-SOURCE |
6 | > Task :generateDebugBuildConfig |
7 | > Task :compileDebugRenderscript |
8 | > Task :javaPreCompileDebug |
9 | > Task :generateDebugResValues |
10 | > Task :generateDebugResources |
11 | > Task :createDebugCompatibleScreenManifests |
12 | > Task :extractDeepLinksDebug |
13 | |
14 | > Task :processDebugManifest |
15 | /var/drydock/workingcopy-79/repo/libre-busto/src/debug/AndroidManifest.xml:39:9-45:51 Warning: |
16 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
17 | |
18 | > Task :preReleaseBuild UP-TO-DATE |
19 | > Task :compileReleaseAidl NO-SOURCE |
20 | > Task :compileReleaseRenderscript |
21 | > Task :generateReleaseBuildConfig |
22 | > Task :generateReleaseResValues |
23 | > Task :generateReleaseResources |
24 | > Task :mergeDebugResources |
25 | > Task :processDebugResources |
26 | |
27 | > Task :compileDebugJavaWithJavac |
28 | |
29 | > Task :createReleaseCompatibleScreenManifests |
30 | > Task :extractDeepLinksRelease |
31 | |
32 | > Task :processReleaseManifest |
33 | /var/drydock/workingcopy-79/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning: |
34 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
35 | |
36 | > Task :prepareLintJar UP-TO-DATE |
37 | > Task :mergeReleaseResources |
38 | > Task :processReleaseResources |
39 | > Task :javaPreCompileRelease |
40 | |
41 | > Task :compileReleaseJavaWithJavac |
42 | |
43 | > Task :lint |
44 | Ran lint on variant debug: 112 issues found |
45 | Ran lint on variant release: 111 issues found |
46 | Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.html |
47 | Wrote XML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.xml |
48 | |
49 | BUILD SUCCESSFUL in 23s |
50 | 22 actionable tasks: 21 executed, 1 up-to-date |
51 |
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 938ms |
6 | 1 actionable task: 1 executed |
7 |
Passed |
Passed |