From: Hans-Christoph Steiner Date: Mon, 27 Nov 2017 08:58:51 +0000 (+0100) Subject: jenkins-setup-build-env: actually run tests in the new buildserver VM X-Git-Tag: 0.9~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2cf6110860f10d074928b2f4de2ff4547d2324d9;p=fdroidserver.git jenkins-setup-build-env: actually run tests in the new buildserver VM Oops, this has been failing, since it was running the build on the vm host, not in the buildserver VM. --- diff --git a/jenkins-setup-build-environment b/jenkins-setup-build-environment index 026c5507..abe123bd 100755 --- a/jenkins-setup-build-environment +++ b/jenkins-setup-build-environment @@ -79,6 +79,7 @@ else fi cd fdroiddata +echo "build_server_always = True" > config.py if [ -z $ANDROID_HOME ]; then if [ -e ~/.android/bashrc ]; then