File: .gitlab-ci.yml

package info (click to toggle)
pamtester 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,444 kB
  • sloc: sh: 7,904; ansic: 1,200; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (93)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml

build:
    extends: .build-unstable

reprotest:
    extends: .test-reprotest

lintian:
    extends: .test-lintian

autopkgtest:
    extends: .test-autopkgtest

piuparts:
    extends: .test-piuparts