kdeconnect-kde/.gitlab-ci.yml
Alexander Lohnau 37253f320a Add clang-format CI job
This ensures all files are propperly formatted
2023-12-02 14:58:27 +01:00

15 lines
544 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