1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

buildserver: test builds against fdroid and adaway

The other apps are too flaky on gpjenkins right now, and that's our
only box for running full buildserver tests.  Once we get the
buildserver tests running on jenkins.debian.net, then we can add a
bunch more apps to the test script.  gpjenkins is an extra locked down
box, so that's why the builds are flaky: gradle and maven downloads
regularly fail because they are blocked.
This commit is contained in:
Hans-Christoph Steiner 2016-07-04 16:34:11 +02:00
parent 2daf00abb7
commit e44f6380e9

View File

@ -60,13 +60,15 @@ fi
cd fdroiddata
echo "build_server_always = True" > config.py
# if it can't build fdroid, then its really broken
../fdroid build --verbose --stop --latest org.fdroid.fdroid
# Gradle, JNI, preassemble
../fdroid build --stop org.adaway:55
# Maven
../fdroid build --stop org.quantumbadger.redreader:55
#../fdroid build --stop org.quantumbadger.redreader:55
# Custom build (make)
../fdroid build --stop com.amaze.filemanager:29
#../fdroid build --stop com.amaze.filemanager:29
# Uses verification
../fdroid build --stop info.guardianproject.checkey:101
#../fdroid build --stop info.guardianproject.checkey:101
# Gradle with retrolambda (JDK7 and JDK8)
../fdroid build --stop com.moez.QKSMS:124
#../fdroid build --stop com.moez.QKSMS:124