summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml13
-rw-r--r--.builds/openbsd.yml14
2 files changed, 14 insertions, 13 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
deleted file mode 100644
index f5c74ac..0000000
--- a/.builds/archlinux.yml
+++ /dev/null
@@ -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 ./...
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
new file mode 100644
index 0000000..9fae1f2
--- /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 ./...