mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Specify Android build
This commit is contained in:
parent
ad664d5299
commit
d9f57eddf2
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -38,9 +38,7 @@ jobs:
|
|||||||
modules: android
|
modules: android
|
||||||
install-deps: 'true'
|
install-deps: 'true'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
- name: List Qt installation
|
|
||||||
run: ls -l $Qt6_DIR/bin
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: $Qt6_DIR/bin/qmake gpxsee.pro
|
run: $Qt6_DIR/bin/qmake gpxsee.pro -spec android-clang
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user