logo

utils

Old programs, got split in utils-std and utils-extra git clone https://hacktivis.me/git/utils.git

netbsd.yml (543B)


  1. # SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. image: netbsd/latest
  4. packages:
  5. - pkg-config
  6. - kyua
  7. - clang
  8. sources:
  9. - https://hacktivis.me/git/utils.git
  10. tasks:
  11. - clang: |
  12. cd utils
  13. CC=clang ./configure
  14. DESTDIR=/tmp/clang-destdir make clean test
  15. - gcc: |
  16. cd utils
  17. CC=gcc ./configure
  18. DESTDIR=/tmp/gcc-destdir make clean test
  19. triggers:
  20. - action: email
  21. condition: failure
  22. to: contact+builds.sr.ht@hacktivis.me