mirror of
https://invent.kde.org/multimedia/kdenlive.git
synced 2025-07-17 03:20:07 +00:00
20 lines
625 B
YAML
20 lines
625 B
YAML
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
include:
|
|
- project: sysadmin/ci-utilities
|
|
file:
|
|
# Linting
|
|
- /gitlab-templates/reuse-lint.yml
|
|
- /gitlab-templates/xml-lint.yml
|
|
# CI Qt6
|
|
- /gitlab-templates/linux-qt6.yml
|
|
- /gitlab-templates/linux-qt6-next.yml
|
|
- /gitlab-templates/freebsd-qt6.yml
|
|
# CD Qt6
|
|
- /gitlab-templates/flatpak.yml
|
|
- /gitlab-templates/craft-appimage-qt6.yml
|
|
- /gitlab-templates/craft-windows-mingw64-qt6.yml
|
|
- /gitlab-templates/craft-macos-x86-64-qt6.yml
|
|
- /gitlab-templates/craft-macos-arm64-qt6.yml
|
|
|