Skip to content
Snippets Groups Projects

Build a Debian package

Open ale requested to merge debian into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 15
14
stages:
- test
include:
- "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
- "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
run_tests:
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
#pkg_test:
# image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
# stage: build
# needs: ["build_pkg:bookworm:amd64"]
# variables:
# PACKAGES_DIR: "output-deb"
# script:
# - apt-get update
# - dpkg -R --unpack ${PACKAGES_DIR} || true
# - apt-get -y install replds2
# - systemctl enable replds-server
# - systemctl start replds-server
Loading