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
2019-03-03 15:19:09 +01:00

15 lines
261 B
YAML

image: archlinux
packages:
- go
- postgresql
sources:
- https://github.com/go-ap/activitystreams
environment:
GO111MODULE: 'on'
tasks:
- setup: |
cd activitystreams && go mod download
- tests: |
cd activitystreams
go test -v ./...