Skip to content
Snippets Groups Projects
.gitlab-ci.yml 366 B
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"

build_pkg:buster:amd64:
  when: manual

upload_pkg:buster:
  when: manual

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