mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Some more CI debug
This commit is contained in:
parent
353a606864
commit
471ea7a6ee
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
@ -22,12 +22,6 @@ 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:
|
||||||
@ -36,8 +30,8 @@ jobs:
|
|||||||
host: 'linux'
|
host: 'linux'
|
||||||
target: 'android'
|
target: 'android'
|
||||||
arch: 'android_armv7'
|
arch: 'android_armv7'
|
||||||
install-deps: 'true'
|
- name: Debug
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
run ls -l $Qt6_DIR/../
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: $Qt6_DIR/bin/qmake gpxsee.pro
|
run: $Qt6_DIR/bin/qmake gpxsee.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
|
Loading…
Reference in New Issue
Block a user