test ./makebuildserver by running a build in jenkins

This commit is contained in:
Hans-Christoph Steiner committed 2016-02-04 20:18:03 +01:00
1 parent 2d2ac66a26
commit 2ea38fa7e3
1 file changed
+8
+8
View File
@@ -48,3 +48,11 @@ echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
./makebuildserver
# this can be handled in the jenkins job, or here:
if [ ! -e fdroiddata ]; then
git clone --depth 1 --branch master --single-branch \
https://gitlab.com/fdroid/fdroiddata.git fdroiddata
fi
cd fdroiddata
echo "build_server_always = True" > config.py
../fdroid build info.guardianproject.checkey