mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
GitHub Actions: use the Qt 5.13.2 based Android build container
This is no longer created using GitHub actions (but all the necessary information is still included in this repo). We need to be able to shrink this container so our GitHub Action runs don't run out of disk space. Adjust the path where the resulting binaries are found with this build. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0fe02af0e8
commit
f04bfd4a86
2 changed files with 4 additions and 5 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
buildInContainer:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/android-build-container:5.13.10
|
||||
image: docker://subsurface/android-build-container:5.13.12
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
|
@ -25,8 +25,8 @@ jobs:
|
|||
ln -s /android/android-sdk-linux .
|
||||
ls -l
|
||||
bash -x subsurface/packaging/android/android-build-wrapper.sh
|
||||
cp /__w/subsurface/subsurface-mobile-build-arm64//build/outputs/apk/debug/subsurface-mobile-build-arm64-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.arm64.apk
|
||||
cp /__w/subsurface/subsurface-mobile-build-arm//build/outputs/apk/debug/subsurface-mobile-build-arm-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.apk
|
||||
cp /__w/subsurface/subsurface-mobile-build-arm64/*mobile*/build/outputs/apk/debug/subsurface-mobile-arm64-v8a-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.arm64.apk
|
||||
cp /__w/subsurface/subsurface-mobile-build-arm/*mobile*/build/outputs/apk/debug/subsurface-mobile-armeabi-v7a-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.apk
|
||||
|
||||
- name: create CI release
|
||||
if: github.event_name == 'push'
|
||||
|
|
|
@ -178,5 +178,4 @@ else
|
|||
bash "$SUBSURFACE_SOURCE"/packaging/android/build.sh -buildnr "$BUILDNR" arm64 $QUICK $RELEASE
|
||||
fi
|
||||
|
||||
ls -l ./subsurface-mobile-build-arm/build/outputs/apk/debug/*.apk
|
||||
|
||||
ls -l subsurface-mobile-build-arm*/*mobile*/build/outputs/apk/*/*.apk
|
||||
|
|
Loading…
Reference in a new issue