File: gitlab-ci.yml

package info (click to toggle)
libkiwix 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,032 kB
  • sloc: cpp: 52,335; python: 6,794; sh: 555; makefile: 387; ansic: 154; java: 130; xml: 12
file content (17 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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