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