build: replace archlinux by openbsd

This commit drops Arch Linux in favor of a BSD so there's more variety
in CI.

Link: https://lists.sr.ht/~rjarry/aerc-devel/%3C20220122033806.91728-1-ktprograms%40gmail.com%3E
This commit is contained in:
Mark Dain 2022-01-22 16:57:55 +00:00 committed by Robin Jarry
parent e5ad877af5
commit b9e96751af
2 changed files with 14 additions and 13 deletions

View File

@ -1,13 +0,0 @@
image: archlinux
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
tasks:
- build: |
cd aerc
make
- test: |
cd aerc
go test ./...

14
.builds/openbsd.yml Normal file
View File

@ -0,0 +1,14 @@
---
image: openbsd/latest
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
tasks:
- build: |
cd aerc
make
- test: |
cd aerc
go test ./...