aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2021-10-24 20:36:27 +0200
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2021-10-25 05:15:47 +0000
commiteef202e5edd0a9d149433ce93105049a3e54fcf0 (patch)
tree9ed9abd22e2435729186cf7a453498d1ba5801f5 /.github/workflows/main.yml
parent34233e45f9c3a1273f507395c8675836297fab08 (diff)
Android: Add android image for Qt 6.2
Change-Id: Ib48209643b755954f0f38c3f1bcfb487e23cf292 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 73808a7a0..88e0bf13c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -353,6 +353,12 @@ jobs:
script: './scripts/test-qt-for-android.sh',
}
- {
+ name: 'Run Android tests (Qt 6.2.0)',
+ image: 'focal-android-620',
+ profile: '',
+ script: './scripts/test-qt-for-android.sh',
+ }
+ - {
name: 'Run Android tests (ndk r19c)',
image: 'focal-android-ndk-r19c',
profile: '',