File: salsa-ci.yml

package info (click to toggle)
debugcc 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: ansic: 6,693; makefile: 8
file content (45 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

# Disable the build jobs on all archs but arm64.
variables:
  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1

build:
  image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  variables:
    BUILD_ARCH: 'arm64'
  tags:
    - arm64

autopkgtest:
#  image: ${SALSA_CI_IMAGES}/arm64v8/autopkgtest
#  tags:
#    - arm64
  rules:
    - when: never

reprotest:
  image: ${SALSA_CI_IMAGES}/arm64v8/reprotest:latest
  tags:
    - arm64

piuparts:
  image: ${SALSA_CI_IMAGES}/arm64v8/piuparts:latest
  variables:
    SALSA_CI_IMAGES_BASE: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  tags:
    - arm64

blhc:
  image: ${SALSA_CI_IMAGES}/arm64v8/blhc:latest
  tags:
    - arm64

test-build-any:
  image: ${SALSA_CI_IMAGES}/arm64v8/base:${RELEASE}
  variables:
    BUILD_ARCH: 'arm64'
  tags:
    - arm64