build everything in docker now, 2nd try

php
Marc Wäckerlin 9 years ago
parent 7d32068bdd
commit ee04ed4419
  1. 6
      build-in-docker.conf

@ -1,5 +1,5 @@
repos="ppa:cordova-ubuntu/ppa" repos+=" ppa:cordova-ubuntu/ppa"
if test -n "${ANDROID_HOME}"; then if test -n "${ANDROID_HOME}"; then
envs="-e ANDROID_HOME=${ANDROID_HOME}" envs+=" -e ANDROID_HOME=${ANDROID_HOME}"
dirs="-v ${ANDROID_HOME}:${ANDROID_HOME}:ro" dirs+=" -v ${ANDROID_HOME}:${ANDROID_HOME}:ro"
fi fi

Loading…
Cancel
Save