joker/.builds/amd64_freebsd.yml

15 lines
235 B
YAML

arch: amd64
environment:
PROJECT_NAME: 'joker'
CGO_ENABLED: '1'
GO111MODULE: 'on'
image: freebsd/latest
packages:
- go
sources:
- https://git.sr.ht/~tslocum/joker
tasks:
- test: |
cd $PROJECT_NAME
go test ./...