aboutsummaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
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 ./...