Skip to content

Commit

Permalink
Debug iOS ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed May 5, 2024
1 parent 3abb20c commit b4843e3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
strategy:
matrix:
include:
- qt_version: 6.5.3
preset: iOS-ccache
- qt_version: 6.6.3
preset: iOS-ccache
# - qt_version: 6.5.3
# preset: iOS-ccache
# - qt_version: 6.6.3
# preset: iOS-ccache
- qt_version: 6.7.0
preset: iOS-ccache

Expand Down Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Build
working-directory: source
run: |
export CCACHE_LOGFILE="$PWD/ccache.log"
export QT_HOST_PATH="$(readlink -f "$Qt6_DIR/../macos")"
cmake --workflow --preset ${PRESET}
Expand All @@ -105,6 +106,12 @@ jobs:
name: iOS_${{ matrix.qt_version }}
path: build/qt6-iOS/maplibre-native-qt_*_iOS.tar.bz2

- name: Upload ccache log
uses: actions/upload-artifact@v4
with:
name: iOS_${{ matrix.qt_version }}_ccache
path: source/ccache.log

release:
name: Release
if: github.ref_type == 'tag'
Expand Down

0 comments on commit b4843e3

Please sign in to comment.