+ openbsd build

This commit is contained in:
Aaron Bieber 2020-01-30 08:15:18 -07:00
parent 0d119372ef
commit e5b053f80e

11
.builds/openbsd.yml Normal file
View File

@ -0,0 +1,11 @@
image: openbsd/latest
packages:
- go
environment:
PATH: /bin:/usr/bin/:/usr/local/bin
sources:
- https://git.sr.ht/~qbit/mcchunkie
tasks:
- test_mcchunkie: |
cd mcchunkie
go test