File: gitlab-ci.yml

package info (click to toggle)
why3 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 31,564 kB
  • sloc: xml: 180,112; ml: 83,518; ansic: 3,710; makefile: 2,212; sh: 1,792; javascript: 290; python: 215; lisp: 210
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (52)
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