Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
HardenedBSD-pkg .builds freebsd.yml
image: freebsd/latest
packages:
  - pkgconf
  - python3
  - kyua
sources:
  - https://github.com/freebsd/pkg
tasks:
  - configure: |
      mkdir build
      cd build
      ../pkg/configure
  - build: |
      cd build
      make
  - test: |
      cd build
      make check || { kyua report --verbose; exit 1 ;}