mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-20 12:19:11 +02:00
Compare commits
No commits in common. "e35cf68309316e9e2baae636af0c79e736ec774d" and "0f3fea5460b99d841a8b7208d0a6df9781d8ec03" have entirely different histories.
e35cf68309
...
0f3fea5460
15
.github/workflows/android.yml
vendored
15
.github/workflows/android.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: set up JDK 11
|
- name: set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: 1.8
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v2
|
||||||
- name: Run sdkmanager update
|
- name: Run sdkmanager update
|
||||||
@ -35,14 +35,7 @@ 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 OPENSSL_PATH=android_openssl
|
run: qmake gpxsee.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2 apk
|
run: make -j2
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: GPXSee-armv7.apk
|
|
||||||
path: android-build/build/outputs/apk/debug/android-build-debug.apk
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user