91daee53f7
And convert the other includes to the include:project format.
16 lines
595 B
YAML
16 lines
595 B
YAML
# SPDX-FileCopyrightText: None
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Include scripts from https://invent.kde.org/sysadmin/ci-utilities
|
|
# which run on Docker images from https://invent.kde.org/sysadmin/ci-images
|
|
include:
|
|
- project: sysadmin/ci-utilities
|
|
file:
|
|
- /gitlab-templates/linux.yml
|
|
- /gitlab-templates/freebsd.yml
|
|
- /gitlab-templates/windows.yml
|
|
- /gitlab-templates/linux-qt6.yml
|
|
- /gitlab-templates/freebsd-qt6.yml
|
|
- /gitlab-templates/windows-qt6.yml
|
|
- /gitlab-templates/clang-format.yml
|
|
- /gitlab-templates/craft-windows-x86-64.yml
|