Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Aug 8, 2024
1 parent 6861030 commit 8454ec8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtconnectivity qtcharts
modules: qtconnectivity qtcharts qtpositioning

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtconnectivity qtcharts
modules: qtconnectivity qtcharts qtpositioning

# Setup env
- name: Setup env
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
modules: qtconnectivity qtcharts
modules: qtconnectivity qtcharts qtpositioning

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
#- name: Install Android SDK / NDK / tools
# run: |
# sdkmanager "platforms;android-34"
# sdkmanager "ndk;25.2.9519653"
# sdkmanager "ndk;26.3.11579264"
# sdkmanager "build-tools;34.0.0"

# Install Qt (Android & desktop)
Expand All @@ -57,7 +57,7 @@ jobs:
host: 'linux'
target: 'android'
arch: 'android_arm64_v8a'
modules: qtconnectivity qtcharts
modules: qtconnectivity qtcharts qtpositioning
extra: '--autodesktop'

# Setup env
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
version: ${{env.QT_VERSION}}
host: 'mac'
target: 'ios'
modules: qtconnectivity qtcharts
modules: qtconnectivity qtcharts qtpositioning
extra: '--autodesktop'

# Setup env
Expand Down
2 changes: 1 addition & 1 deletion assets/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ android {
defaultConfig {
resConfig "en"
minSdkVersion 23 // qtMinSdkVersion
targetSdkVersion 34 // qtTargetSdkVersion
targetSdkVersion 35 // qtTargetSdkVersion
ndk.abiFilters = qtTargetAbiList.split(",")

namespace 'com.emeric.watchflower'
Expand Down
4 changes: 2 additions & 2 deletions assets/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.useAndroidX=true

androidCompileSdkVersion=34
androidBuildToolsVersion=34.0.0
androidNdkVersion=26.1.10909125
androidNdkVersion=26.3.11579264

qtMinSdkVersion=23
qtTargetSdkVersion=34
qtTargetSdkVersion=35

0 comments on commit 8454ec8

Please sign in to comment.