]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - .builds/openbsd.yml
frontend: add Loop.HostSyncMsg()
[safcm/safcm.git] / .builds / openbsd.yml
index 05bb9a78d4a4ba4acfedbab773fba483f7a0c0da..a0d29d9f10e2ee84a6bd9a445980a827a8ddce9d 100644 (file)
@@ -3,6 +3,7 @@ packages:
   - go
   - gmake
   - xz
+  - shellcheck
 tasks:
   - all: |
       # OpenBSD 6.8 only ships with Go 1.15
@@ -14,8 +15,8 @@ tasks:
       doas ln -sf /usr/local/bin/gmake /usr/bin/make
       cd safcm
       # Go does not yet support -race on OpenBSD
-      ./ci/run GOFLAGS= TESTFLAGS=-v
+      ./ci/run GOFLAGS=
       # Also run all tests as root (-R and -h conflict on OpenBSD)
-      doas chown -R root:wheel .
+      doas chown -R root:wheel ..
       # Remove $HOME hack once Go 1.16 is available
-      doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS= TESTFLAGS=-v"
+      doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS="