sshtargate/.builds/amd64_freebsd.yml

15 lines
245 B
YAML
Raw Normal View History

2020-01-04 21:22:45 +00:00
arch: amd64
environment:
PROJECT_NAME: 'sshtargate'
CGO_ENABLED: '1'
GO111MODULE: 'on'
image: freebsd/latest
packages:
- go
sources:
- https://git.sr.ht/~tslocum/sshtargate
tasks:
- test: |
cd $PROJECT_NAME
go test ./...