Skip to content
Snippets Groups Projects
Commit 15d3c69a authored by ale's avatar ale
Browse files

Use new CI templates

parent 9e45cf0a
Branches
No related tags found
No related merge requests found
Pipeline #58629 passed
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
include:
- "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
- "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
build_pkg:buster:amd64:
when: manual
variables:
REPOSITORY: autoradio
upload_pkg:buster:
variables:
REPOSITORY: autoradio/buster
when: manual
upload_pkg:ci:bullseye:
when: manual
upload_pkg:bookworm:
variables:
REPOSITORY: autoradio/bookworm
when: manual
test:
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment