File: .gitlab-ci.yml

package info (click to toggle)
kdebugsettings 25.04.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,868 kB
  • sloc: cpp: 5,179; xml: 209; python: 19; makefile: 9; sh: 1
file content (22 lines) | stat: -rw-r--r-- 869 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-FileCopyrightText: 2020-2025 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: CC0-1.0

include:
  - project: sysadmin/ci-utilities
    file:
      - /gitlab-templates/linux-qt6.yml
      # - /gitlab-templates/freebsd-qt6.yml
      - /gitlab-templates/windows-qt6.yml
      - /gitlab-templates/reuse-lint.yml
      - /gitlab-templates/flatpak.yml
      - /gitlab-templates/cppcheck.yml
      - /gitlab-templates/craft-windows-x86-64-qt6.yml
      - /gitlab-templates/craft-windows-appx-qt6.yml
      - /gitlab-templates/craft-macos-arm64-qt6.yml
      - /gitlab-templates/craft-macos-x86-64-qt6.yml
      - /gitlab-templates/alpine-qt6.yml
      - /gitlab-templates/clang-format.yml
      - /gitlab-templates/json-validation.yml
      - /gitlab-templates/linux-qt6-next.yml
      - /gitlab-templates/xml-lint.yml
      - /gitlab-templates/yaml-lint.yml