File: .gitlab-ci.yml

package info (click to toggle)
kf6-kio 6.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 36,896 kB
  • sloc: cpp: 100,192; xml: 519; ansic: 215; python: 186; ruby: 60; sh: 21; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: CC0-1.0

include:
  - project: sysadmin/ci-utilities
    file:
      - /gitlab-templates/linux-qt6.yml
      - /gitlab-templates/linux-qt6-next.yml
      - /gitlab-templates/android-qt6.yml
      - /gitlab-templates/freebsd-qt6.yml
      - /gitlab-templates/windows-qt6.yml
      - /gitlab-templates/cppcheck.yml
      - /gitlab-templates/xml-lint.yml
      - /gitlab-templates/yaml-lint.yml