mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Yet another atempt to fix Android CI build...
This commit is contained in:
parent
471ea7a6ee
commit
8e62bd83d6
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
@ -22,6 +22,12 @@ jobs:
|
|||||||
run: ${ANDROID_HOME}/tools/bin/sdkmanager --update
|
run: ${ANDROID_HOME}/tools/bin/sdkmanager --update
|
||||||
- name: Install android platform, platform-tools, build-tools and ndk
|
- name: Install android platform, platform-tools, build-tools and ndk
|
||||||
run: ${ANDROID_HOME}/tools/bin/sdkmanager --install "cmdline-tools;latest" "platform-tools" "platforms;android-31" "build-tools;31.0.0" "ndk;22.1.7171670"
|
run: ${ANDROID_HOME}/tools/bin/sdkmanager --install "cmdline-tools;latest" "platform-tools" "platforms;android-31" "build-tools;31.0.0" "ndk;22.1.7171670"
|
||||||
|
- name: Cache Qt
|
||||||
|
id: cache-qt
|
||||||
|
uses: actions/cache@v1
|
||||||
|
with:
|
||||||
|
path: ../Qt
|
||||||
|
key: ${{ runner.os }}-QtCache
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
@ -30,9 +36,9 @@ jobs:
|
|||||||
host: 'linux'
|
host: 'linux'
|
||||||
target: 'android'
|
target: 'android'
|
||||||
arch: 'android_armv7'
|
arch: 'android_armv7'
|
||||||
- name: Debug
|
install-deps: 'true'
|
||||||
run ls -l $Qt6_DIR/../
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: $Qt6_DIR/bin/qmake gpxsee.pro
|
run: qmake gpxsee.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user