mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
jenkins: build a variety of apps
This commit is contained in:
parent
5374c1e332
commit
3317cb3654
@ -59,5 +59,15 @@ fi
|
||||
|
||||
cd fdroiddata
|
||||
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
|
||||
../fdroid build info.guardianproject.checkey:101
|
||||
# Gradle with retrolambda (JDK7 and JDK8)
|
||||
../fdroid build com.moez.QKSMS:124
|
||||
|
Loading…
Reference in New Issue
Block a user