aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorMark Dain <mark@markdain.net>2022-01-22 16:57:55 +0000
committerRobin Jarry <robin@jarry.cc>2022-01-24 09:38:23 +0100
commitb9e96751af912a2b455209b24beaa403d9e8495a (patch)
treed3a885e11afb9ed3f5bdca9cb989ac7f3ff14d0a /.builds/openbsd.yml
parente5ad877af5629d8b29350bb9ff476afaa92a3c49 (diff)
downloadaerc-b9e96751af912a2b455209b24beaa403d9e8495a.tar.gz
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
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
new file mode 100644
index 00000000..9fae1f20
--- /dev/null
+++ b/.builds/openbsd.yml
@@ -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 ./...