summaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-06-22 12:25:59 +0200
committerRobin Jarry <robin@jarry.cc>2022-06-24 21:08:21 +0200
commitdbc5bb41a51be1433813761e5cc8221e06b89229 (patch)
treeee5acac8c3e7a5f7268b7e6f98fe2ed42fe8974d /.builds/openbsd.yml
parentd5e278e5ffa772238728e4c874bf9568bb0d18e1 (diff)
downloadaerc-dbc5bb41a51be1433813761e5cc8221e06b89229.zip
ci: slim down CI Pipeline
Since the totality of sourcehut only has 4 CI slots at the moment, slim the CI pipeline down to the lowest common denominator: Linux (alpine-edge) - GNU make - latest Go version - Go1.13 OpenBSD - BSD make - latest available Go Version (currently lagging behind 1 version) We might also want to consider changing OpenBSD to FreeBSD as to my knowledge FreeBSD is the more common Home-Computer-Version of BSD instead of OpenBSD which is mainly used for servers. (please don't lynch me, dear 3 OpenBSD people) Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index 59cc654..811fbf7 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -16,6 +16,3 @@ tasks:
cd aerc
make install
make checkinstall
- - test: |
- cd aerc
- go test ./...