1
0
Fork 0
golang-github-go-ap-errors/.build.yml
Daniel Baumann d8f2a7c92a
Adding upstream version 0.0~git20250501.cd50c6a.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 22:31:57 +02:00

16 lines
324 B
YAML

image: archlinux
packages:
- go
sources:
- https://github.com/go-ap/errors
environment:
GO111MODULE: 'on'
tasks:
- tests: |
cd errors
make test
- coverage: |
set -a +x
cd errors && make coverage
GIT_SHA=$(git rev-parse --verify HEAD)
GIT_BRANCH=$(git name-rev --name-only HEAD)