mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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"
|
rm -rf "$WORKSPACE/.testfiles"
|
||||||
cd tests
|
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
|
./run-tests $WORKSPACE/fdroiddata/repo
|
||||||
|
|
||||||
# this is set up and managed by jenkins-build-all
|
# this is set up and managed by jenkins-build-all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue