mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
test ./makebuildserver by running a build in jenkins
This commit is contained in:
parent
2d2ac66a26
commit
2ea38fa7e3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue