File: .gitlab-ci.yml

package info (click to toggle)
kid3 3.9.6-3
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 16,212 kB
  • sloc: cpp: 67,855; sh: 1,966; python: 1,648; ansic: 762; xml: 558; java: 164; makefile: 37
file content (24 lines) | stat: -rw-r--r-- 689 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
23
24
# SPDX-FileCopyrightText: 2023 Urs Fleisch <ufleisch at users.sourceforge.net>
# SPDX-License-Identifier: CC0-1.0

include:
  - project: sysadmin/ci-utilities
    file:
      - /gitlab-templates/linux.yml
      - /gitlab-templates/linux-qt6.yml
#      - /gitlab-templates/freebsd.yml
#      - /gitlab-templates/windows.yml
      - /gitlab-templates/craft-macos-arm64-qt6.yml
      - /gitlab-templates/craft-macos-x86-64-qt6.yml
      - /gitlab-templates/craft-windows-x86-64-qt6.yml
      - /gitlab-templates/flatpak.yml
  - local: '/.kid3-cd.yml'

.craft_macos_base:
  rules:
  - when: manual
    allow_failure: true
.craft_windows_base:
  rules:
  - when: manual
    allow_failure: true