Adding upstream version 0.0~git20250501.cd50c6a.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
947813c282
commit
d8f2a7c92a
16 changed files with 3363 additions and 0 deletions
16
.build.yml
Normal file
16
.build.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue