aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: d0b9ff9c026988bb4df25bbc2bccb2b443374b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"

stages:
  - test
  - build_pkgsrc
  - build_pkg
  - upload_pkg

run_tests:
  stage: test
  image: "golang:latest"
  script: "go test -v ./..."