mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-21 12:49:10 +02:00
Compare commits
2 Commits
61b51e5596
...
8ab728f81d
Author | SHA1 | Date | |
---|---|---|---|
8ab728f81d | |||
6670dc32b5 |
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@ -28,14 +28,16 @@ jobs:
|
||||
- name: Install Qt (Desktop)
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
aqtversion: '==3.1.*'
|
||||
version: '6.4.0'
|
||||
- name: Install Qt (Android)
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
aqtversion: '==3.1.*'
|
||||
version: '6.4.0'
|
||||
target: 'android'
|
||||
arch: 'android_armv7'
|
||||
modules: qtpositioning qt5compat qtserialport
|
||||
arch: 'android_arm64_v8a'
|
||||
modules: qtimageformats qtpositioning qtserialport qt5compat
|
||||
- name: Install Android OpenSSL
|
||||
run: git clone https://github.com/KDAB/android_openssl.git
|
||||
- name: Create localization
|
||||
@ -47,5 +49,5 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: GPXSee-armv7.apk
|
||||
name: GPXSee-arm64_v8a.apk
|
||||
path: android-build/build/outputs/apk/debug/android-build-debug.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user