aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2023-05-17 15:18:07 +0200
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2023-05-19 12:50:56 +0000
commitdfd1c59f14541558e2684a836725d322b73fff4e (patch)
tree02b2d26494a0aa149b657e7978675130b019a533 /.github
parent6d9cc029235e7fb686923f8bdc75c94ad2d15b55 (diff)
Add docker image focal-android-650 and workaround armv7 package
Change-Id: I2a0be7bf2102f738be3fd6b184d21982b359f3b8 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github')
-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 8e466d909..cd48ac1db 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -386,6 +386,12 @@ jobs:
script: './scripts/test-qt-for-android.sh',
}
- {
+ name: 'Run Android tests (Qt 6.5.0)',
+ image: 'focal-android-650',
+ profile: '',
+ script: './scripts/test-qt-for-android.sh',
+ }
+ - {
name: 'Run Android tests (ndk r19c)',
image: 'focal-android-ndk-r19c',
profile: '',