mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-test: ./run-tests needs ANDROID_HOME
This commit is contained in:
parent
8cfc590b39
commit
6bcdf6439b
1 changed files with 4 additions and 5 deletions
|
@ -20,14 +20,13 @@ fi
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
cd tests
|
|
||||||
./run-tests $WORKSPACE/fdroiddata/unsigned
|
|
||||||
|
|
||||||
# set up Android SDK to use the Debian packages in stretch
|
# set up Android SDK to use the Debian packages in stretch
|
||||||
export ANDROID_HOME=/usr/lib/android-sdk
|
export ANDROID_HOME=/usr/lib/android-sdk
|
||||||
|
|
||||||
# the way we handle jenkins slaves doesn't copy the workspace to the slaves
|
cd tests
|
||||||
# so we need to "manually" clone the git repo here…
|
./run-tests $WORKSPACE/fdroiddata/unsigned
|
||||||
|
|
||||||
|
# this is set up and managed by jenkins-build-all
|
||||||
cd $WORKSPACE/fdroiddata
|
cd $WORKSPACE/fdroiddata
|
||||||
|
|
||||||
test -e config.py || ../fdroid init --verbose
|
test -e config.py || ../fdroid init --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue