mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: create docker container
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
30cd934485
commit
d29d1f7f51
1 changed files with 11 additions and 0 deletions
11
scripts/docker/android-build-container/setup-docker.sh
Normal file
11
scripts/docker/android-build-container/setup-docker.sh
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Use this to re-create a docker container for building Android binaries
|
||||||
|
|
||||||
|
# copy the dependency script into this folder
|
||||||
|
cp ../../../packaging/android/android-build-wrapper.sh .
|
||||||
|
cp ../../../packaging/android/variables.sh .
|
||||||
|
cp ../../../packaging/android/qt-installer-noninteractive.qs .
|
||||||
|
|
||||||
|
# create the container (this takes a while)
|
||||||
|
sudo docker build -t android-builder --squash .
|
Loading…
Add table
Reference in a new issue