joker-cribbage/.builds/amd64_freebsd.yml

15 lines
253 B
YAML

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