File: gitlab-ci.yml

package info (click to toggle)
dlint 1.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, buster, sid, trixie
  • size: 236 kB
  • sloc: sh: 1,173; makefile: 94; perl: 89
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (57)
1
2
3
4
5
6
7
8
9
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest

build:
  artifacts:
    paths:
    - "*.deb"
    expire_in: 1 day
  script:
    - gitlab-ci-git-buildpackage-all