mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 11:06:12 +08:00
Android 13 replaces Android 12 as max version in CI.
Android 6 kept as minimum version of Android in CI.
Task-number: QTQAINFRA-5392
Task-number: QTQAINFRA-5431
Change-Id: If85c6f63d52055e2ba95f92c154b20a6b809c7dc
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit ef12163e25)
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
19 lines
590 B
YAML
19 lines
590 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml
|
|
]
|
|
Configurations:
|
|
# Test on Ubuntu 22.04 Wayland
|
|
-
|
|
Id: 'ubuntu-22.04-documentation-wayland-tests'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Platform dependency: 'ubuntu-22.04-documentation'
|
|
-
|
|
Id: 'ubuntu-22.04-wayland-tests'
|
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'TestOnly', 'RunDependencyTests', 'InsignificantTests']
|
|
Platform dependency: 'ubuntu-22.04'
|