1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Added OpenSSL to the android build

This commit is contained in:
Martin Tůma 2022-06-10 23:26:28 +02:00
parent 0f3fea5460
commit 5ba00e016b

View File

@ -35,7 +35,9 @@ jobs:
target: 'android'
arch: 'android_armv7'
modules: qtpositioning qt5compat
- name: Install Android OpenSSL
run: git clone https://github.com/KDAB/android_openssl.git
- name: Configure build
run: qmake gpxsee.pro
run: qmake gpxsee.pro OPENSSL_PATH=android_openssl
- name: Build project
run: make -j2
run: make -j2 apk