Skip to content
Snippets Groups Projects
.gitlab-ci.yml 452 B
Newer Older
ale's avatar
ale committed
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-nextstable.yml"
ale's avatar
ale committed

stages:
  - test
  - build_pkgsrc
  - build_pkg
  - upload_pkg

build_pkgsrc:bullseye:
  only:
    - master

build_pkg:bullseye:amd64:
  only:
    - master

test:
  stage: test
  image: registry.git.autistici.org/ai3/docker/test/golang:master
  script:
    - run-go-test ./...
  artifacts:
    when: always
    reports:
      cobertura: cover.xml
      junit: report.xml