build everithing in docker now

This commit is contained in:
Marc Wäckerlin
2015-12-01 12:17:01 +00:00
parent c5bb64338a
commit 7d32068bdd
5 changed files with 100 additions and 13 deletions

5
build-in-docker.conf Normal file
View File

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