ditty/.builds/amd64_freebsd.yml

17 lines
263 B
YAML

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