mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: run tests with verbose logs
This commit is contained in:
parent
ecab81d69d
commit
a88771cf30
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ cd $WORKSPACE
|
|||
echo "debian_mirror = 'http://ftp.uk.debian.org/debian/'" > $WORKSPACE/makebuildserver.config.py
|
||||
echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
|
||||
echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
|
||||
./makebuildserver
|
||||
./makebuildserver --verbose
|
||||
|
||||
# this can be handled in the jenkins job, or here:
|
||||
if [ -e fdroiddata ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue