]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - .builds/openbsd.yml
.builds: openbsd/latest updated to 6.9, remove manual Go download
[safcm/safcm.git] / .builds / openbsd.yml
1 image: openbsd/latest
2 packages:
3   - go
4   - gmake
5   - shellcheck
6 tasks:
7   - all: |
8       doas ln -sf /usr/local/bin/gmake /usr/bin/make
9       cd safcm
10       # Go does not yet support -race on OpenBSD
11       ./ci/run GOFLAGS=
12       # Also run all tests as root (-R and -h conflict on OpenBSD)
13       doas chown -R root:wheel ..
14       doas ./ci/run GOFLAGS=