mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-21 12:49:10 +02:00
Compare commits
No commits in common. "8ab728f81d9c6e062562d9b34bcb6d59c46eb40e" and "61b51e5596ac1dc8def9c21526e6f7b87dd2c77e" have entirely different histories.
8ab728f81d
...
61b51e5596
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@ -28,16 +28,14 @@ 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_arm64_v8a'
|
||||
modules: qtimageformats qtpositioning qtserialport qt5compat
|
||||
arch: 'android_armv7'
|
||||
modules: qtpositioning qt5compat qtserialport
|
||||
- name: Install Android OpenSSL
|
||||
run: git clone https://github.com/KDAB/android_openssl.git
|
||||
- name: Create localization
|
||||
@ -49,5 +47,5 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: GPXSee-arm64_v8a.apk
|
||||
name: GPXSee-armv7.apk
|
||||
path: android-build/build/outputs/apk/debug/android-build-debug.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user