test ./makebuildserver by running a build in jenkins

This commit is contained in:
Hans-Christoph Steiner 2016-02-03 22:02:50 +01:00
parent 2d2ac66a26
commit 2ea38fa7e3
1 changed files with 8 additions and 0 deletions

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