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/D49-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 UP-TO-DATE |
18 | > Task :compileDebugShaders NO-SOURCE |
19 | > Task :generateDebugAssets UP-TO-DATE |
20 | > Task :mergeDebugAssets UP-TO-DATE |
21 | > Task :processDebugJavaRes UP-TO-DATE |
22 | > Task :mergeDebugJavaResource UP-TO-DATE |
23 | > Task :checkDebugDuplicateClasses UP-TO-DATE |
24 | > Task :dexBuilderDebug UP-TO-DATE |
25 | > Task :desugarDebugFileDependencies UP-TO-DATE |
26 | > Task :mergeExtDexDebug UP-TO-DATE |
27 | > Task :mergeDexDebug UP-TO-DATE |
28 | > Task :mergeDebugJniLibFolders UP-TO-DATE |
29 | > Task :mergeDebugNativeLibs UP-TO-DATE |
30 | > Task :stripDebugDebugSymbols NO-SOURCE |
31 | > Task :validateSigningDebug UP-TO-DATE |
32 | > Task :packageDebug UP-TO-DATE |
33 | > Task :assembleDebug UP-TO-DATE |
34 | |
35 | BUILD SUCCESSFUL in 2s |
36 | 23 actionable tasks: 23 up-to-date |
37 |
Passed |
16 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
---|---|
17 | > Task :preReleaseBuild UP-TO-DATE |
18 | > Task :compileReleaseAidl NO-SOURCE |
19 | > Task :compileReleaseRenderscript UP-TO-DATE |
20 | > Task :generateReleaseBuildConfig UP-TO-DATE |
21 | > Task :javaPreCompileRelease UP-TO-DATE |
22 | > Task :generateReleaseResValues UP-TO-DATE |
23 | > Task :generateReleaseResources UP-TO-DATE |
24 | > Task :mergeReleaseResources UP-TO-DATE |
25 | > Task :createReleaseCompatibleScreenManifests UP-TO-DATE |
26 | > Task :extractDeepLinksRelease UP-TO-DATE |
27 | > Task :processReleaseManifest UP-TO-DATE |
28 | > Task :processReleaseResources UP-TO-DATE |
29 | > Task :compileReleaseJavaWithJavac UP-TO-DATE |
30 | > Task :prepareLintJar UP-TO-DATE |
31 | |
32 | > Task :lint |
33 | Ran lint on variant release: 104 issues found |
34 | Ran lint on variant debug: 107 issues found |
35 | Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.html |
36 | Wrote XML report to file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/lint-results.xml |
37 | |
38 | BUILD SUCCESSFUL in 30s |
39 | 22 actionable tasks: 1 executed, 21 up-to-date |
40 |
Passed |
Passed |