aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2023-03-03 12:47:51 +0100
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2023-03-05 14:40:51 +0000
commit3777fd78d220c8e8557d19d168b297da23c5cb51 (patch)
tree59e8d4afbdbe554c82bd3f2bb8986874e7decfa5 /.github/workflows/main.yml
parent85d439c5adce0e2e9ea70beaf278ee2081a1342c (diff)
Add docker image focal-android-642 and workaround armv7 package
Add docker image focal-android-642 and corresponding github action. Add workaround QTBUG-111713 to correct Qt 6.4.2 android armv7 package. Change-Id: I8f7c5fd566237d4c490fb6014b0a4efbb6f04a53 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 7adf33c80..a297e8ac0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -380,6 +380,12 @@ jobs:
script: './scripts/test-qt-for-android.sh',
}
- {
+ name: 'Run Android tests (Qt 6.4.2)',
+ image: 'focal-android-642',
+ profile: '',
+ script: './scripts/test-qt-for-android.sh',
+ }
+ - {
name: 'Run Android tests (ndk r19c)',
image: 'focal-android-ndk-r19c',
profile: '',