openbsd.yml (608B)
- # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- # SPDX-License-Identifier: MPL-2.0
- image: openbsd/latest
- # Getting latest gcc from pkg_add seems like a mess
- packages:
- - gmake
- # FIXME: cram/prysk on OpenBSD, where?
- # gmake pulled to get POSIX.1-2024 $^ which pdpmake also supports
- sources:
- - https://anongit.hacktivis.me/git/utils-std.git
- tasks:
- - info: "uname -a"
- - clang: |
- cd utils-std
- CC=clang CRAM=true ./configure
- gmake clean
- gmake check
- triggers:
- - action: email
- condition: failure
- to: contact+builds.sr.ht@hacktivis.me