mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-test: make source APK source exists
This commit is contained in:
parent
cf2c1d0270
commit
4190481142
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ export ANDROID_HOME=/usr/lib/android-sdk
|
|||
|
||||
rm -rf "$WORKSPACE/.testfiles"
|
||||
cd tests
|
||||
if [ ! -e $WORKSPACE/fdroiddata/repo ]; then
|
||||
echo "WARNING: $WORKSPACE/fdroiddata/repo does not exist, making placeholder!"
|
||||
mkdir $WORKSPACE/fdroiddata/repo
|
||||
cp $WORKSPACE/tests/repo/*.apk $WORKSPACE/fdroiddata/repo/
|
||||
fi
|
||||
./run-tests $WORKSPACE/fdroiddata/repo
|
||||
|
||||
# this is set up and managed by jenkins-build-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue