This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/.build.yml

16 lines
280 B
YAML

image: archlinux
packages:
- go
sources:
- https://github.com/go-ap/activitypub
environment:
GO111MODULE: 'on'
tasks:
- tests: |
cd activitypub
make test
make TEST_TARGET=./tests test
- coverage: |
set -a +x
cd activitypub && make coverage