summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2022-01-30 23:22:16 +0100
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2022-02-06 13:37:15 +0000
commit916ff690b3acaf89a499628b8489f2f2d5649bde (patch)
treeff5d00e7536a12f2ac80e85e804f4f5fe24fab87 /.github/workflows/main.yml
parente0502b32c49d877a790b6f36ddc3f63e5d2f1bc2 (diff)
downloadqbs-916ff690b3acaf89a499628b8489f2f2d5649bde.tar.gz
Add Qt 6.3 Android image and update ANDROID_PLATFORM
Add docker image focal-android-630 and corresponding github action. Update ANDROID_PLATFORM to "android-30" because Qt AndroidManifest uses property allowNativeHeapPointerTagging (QTBUG-97009) since 6.2.1 which was added in API30. Also update android test because bug QTBUG-97834 was solved in Qt 6.3. Change-Id: Id45701433a779d2c6cb8dfdbfb0676e2daad6f88 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8dd4d1dfb..7199ea6c3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -365,6 +365,12 @@ jobs:
script: './scripts/test-qt-for-android.sh',
}
- {
+ name: 'Run Android tests (Qt 6.3.0)',
+ image: 'focal-android-630',
+ profile: '',
+ script: './scripts/test-qt-for-android.sh',
+ }
+ - {
name: 'Run Android tests (ndk r19c)',
image: 'focal-android-ndk-r19c',
profile: '',