netbsd.yml (543B)
- # SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- # SPDX-License-Identifier: MPL-2.0
- image: netbsd/latest
- packages:
- - pkg-config
- - kyua
- - clang
- sources:
- - https://hacktivis.me/git/utils.git
- tasks:
- - clang: |
- cd utils
- CC=clang ./configure
- DESTDIR=/tmp/clang-destdir make clean test
- - gcc: |
- cd utils
- CC=gcc ./configure
- DESTDIR=/tmp/gcc-destdir make clean test
- triggers:
- - action: email
- condition: failure
- to: contact+builds.sr.ht@hacktivis.me