Add Qt 6 Linux CI
The CI now has the ability to limit the passing unit test requirements to more specific platform configurations, so the not yet working Qt 6 unit tests shouldn't block this anymore.
This commit is contained in:
parent
90df07157b
commit
0ce90f4335
5 changed files with 6 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
include:
|
||||
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
|
||||
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
|
||||
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
|
||||
|
||||
suse_tumbleweed_qt515_reduced_featureset:
|
||||
extends: suse_tumbleweed_qt515
|
||||
|
|
|
@ -37,4 +37,4 @@ Dependencies:
|
|||
|
||||
Options:
|
||||
use-ccache: True
|
||||
require-passing-tests-on: [ 'Linux']
|
||||
require-passing-tests-on: [ 'Linux/Qt5']
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
#include <QMap>
|
||||
#include <QVector>
|
||||
|
||||
#include <vector>
|
||||
|
||||
// drm
|
||||
#include <xf86drmMode.h>
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <QVector>
|
||||
#include <memory>
|
||||
#include <stdint.h>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include "kwin_export.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <QFile>
|
||||
#include <QQmlEngine>
|
||||
#include <QStandardPaths>
|
||||
#include <QVector>
|
||||
|
||||
#include <optional>
|
||||
|
||||
|
|
Loading…
Reference in a new issue