mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Re-activated the GitHub action to build and publish the docker image.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
8e8c69f749
commit
7d751a8160
4 changed files with 18 additions and 26 deletions
|
@ -15,6 +15,7 @@ RUN apt-get update && \
|
|||
|
||||
WORKDIR /android
|
||||
|
||||
# Scrape the manually curated Qt install from the previous build image
|
||||
COPY --from=base /android/5.15.1 5.15.1
|
||||
|
||||
# install, NDK and SDK there, plus the three files from the Subsurface
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
wget https://download.qt.io/official_releases/qt/5.13/5.13.1/qt-opensource-linux-x64-5.13.1.run
|
||||
wget https://dl.google.com/android/repository/android-ndk-r18b-linux-x86_64.zip
|
||||
wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
|
||||
wget https://ftp.osuosl.org/pub/blfs/conglomeration/cmake/cmake-3.13.2.tar.gz
|
|
@ -16,5 +16,9 @@
|
|||
cp ../../../packaging/android/android-build-setup.sh .
|
||||
cp ../../../packaging/android/variables.sh .
|
||||
|
||||
if [ "$1X" == "-no-docker-buildX" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# create the container (this takes a while)
|
||||
docker build -t android-build .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue