File: gitlab-ci.yml

package info (click to toggle)
newlib 3.1.0.20181231-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 98,256 kB
  • sloc: ansic: 570,997; makefile: 61,308; asm: 47,444; sh: 11,974; perl: 2,731; cpp: 1,064; lisp: 720; python: 557; exp: 350; yacc: 315; xml: 38; awk: 25
file content (17 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
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
# Disabled because runners have really low resources

lintian:
    extends: .test-lintian

autopkgtest:
    extends: .test-autopkgtest

piuparts:
    extends: .test-piuparts