logo

utils-std

Collection of commonly available Unix tools

netbsd.yml (564B)


  1. # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. image: netbsd/latest
  4. packages:
  5. - kyua
  6. - clang
  7. # FIXME: cram/prysk on NetBSD, where?
  8. sources:
  9. - https://hacktivis.me/git/utils-std.git
  10. tasks:
  11. - info: "uname -a"
  12. - clang: |
  13. cd utils-std
  14. CC=clang CRAM=true ./configure
  15. make clean check
  16. - gcc: |
  17. cd utils-std
  18. CC=gcc CRAM=true ./configure
  19. make clean check
  20. triggers:
  21. - action: email
  22. condition: failure
  23. to: contact+builds.sr.ht@hacktivis.me