add build file for CI

This commit is contained in:
Aaron Bieber 2020-05-08 07:07:12 -06:00
parent ddaac6f700
commit a22f6d2a18

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/gavin
tasks:
- build_gavin: |
cd gavin
go build