add build file for CI
This commit is contained in:
parent
ddaac6f700
commit
a22f6d2a18
11
.builds/openbsd.yml
Normal file
11
.builds/openbsd.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user