build everithing in docker now
This commit is contained in:
5
build-in-docker.conf
Normal file
5
build-in-docker.conf
Normal 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
|
Reference in New Issue
Block a user