1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Specify Android build

This commit is contained in:
Martin Tůma 2022-06-04 11:04:37 +02:00
parent ad664d5299
commit d9f57eddf2

View File

@ -38,9 +38,7 @@ jobs:
modules: android
install-deps: 'true'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: List Qt installation
run: ls -l $Qt6_DIR/bin
- name: Configure build
run: $Qt6_DIR/bin/qmake gpxsee.pro
run: $Qt6_DIR/bin/qmake gpxsee.pro -spec android-clang
- name: Build project
run: make -j2