File: .build.yml

package info (click to toggle)
golang-github-go-ap-activitypub 0.0~git20250501.71edba4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 920 kB
  • sloc: makefile: 26
file content (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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