File: .gitlab-ci.yml

package info (click to toggle)
slgdbm 1.7.1-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 228 kB
  • sloc: ansic: 2,355; makefile: 76
file content (24 lines) | stat: -rw-r--r-- 656 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
image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest

# Use build-dependencies from unstable
build:
  script:
    - gitlab-ci-git-buildpackage
    - gitlab-ci-lintian
    # There is no autopkgtests for slgdbm
    #   - gitlab-ci-autopkgtest

# Use gdbm dependency from experimental, rest dependencies from
# experimental (transition of gdbm: 1.14.1 -> 1.16)
pages:
  stage: deploy
  artifacts:
    paths:
      - public
  script:
    - cp debian/ci/apt.preferences /etc/apt/preferences
    - gitlab-ci-git-buildpackage
    - gitlab-ci-lintian
    # There is no autopkgtests for slgdbm
    #   - gitlab-ci-autopkgtest
    - gitlab-ci-aptly