blob: ebb1d3554667a4c307d7596a5a1b5aa40ae122be (
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 ./..."
|