mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added OpenSSL to the android build
This commit is contained in:
parent
0f3fea5460
commit
5ba00e016b
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -35,7 +35,9 @@ jobs:
|
|||||||
target: 'android'
|
target: 'android'
|
||||||
arch: 'android_armv7'
|
arch: 'android_armv7'
|
||||||
modules: qtpositioning qt5compat
|
modules: qtpositioning qt5compat
|
||||||
|
- name: Install Android OpenSSL
|
||||||
|
run: git clone https://github.com/KDAB/android_openssl.git
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake gpxsee.pro
|
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j2 apk
|
||||||
|
Loading…
Reference in New Issue
Block a user