mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins: build a variety of apps
This commit is contained in:
parent
5374c1e332
commit
3317cb3654
1 changed files with 10 additions and 0 deletions
|
@ -59,5 +59,15 @@ fi
|
||||||
|
|
||||||
cd fdroiddata
|
cd fdroiddata
|
||||||
echo "build_server_always = True" > config.py
|
echo "build_server_always = True" > config.py
|
||||||
|
# Gradle, JNI, preassemble
|
||||||
|
../fdroid build org.adaway:55
|
||||||
|
# Maven
|
||||||
|
../fdroid build org.quantumbadger.redreader:55
|
||||||
|
# Ant, submodules and custom prebuild/build
|
||||||
|
../fdroid build app.openconnect:959
|
||||||
|
# Custom build (make)
|
||||||
|
../fdroid build org.xcsoar:101
|
||||||
# Uses verification
|
# Uses verification
|
||||||
../fdroid build info.guardianproject.checkey:101
|
../fdroid build info.guardianproject.checkey:101
|
||||||
|
# Gradle with retrolambda (JDK7 and JDK8)
|
||||||
|
../fdroid build com.moez.QKSMS:124
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue