home/vendor/github.com/go-ap/errors/.build.yml

17 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)