File: .gitlab-ci.yml

package info (click to toggle)
minuet 25.04.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 34,504 kB
  • sloc: cpp: 1,469; xml: 245; sh: 30; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0

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/linux-qt6-next.yml
      - /gitlab-templates/freebsd-qt6.yml
      - /gitlab-templates/flatpak.yml
      - /gitlab-templates/xml-lint.yml
      - /gitlab-templates/yaml-lint.yml