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