logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/

netbsd.yml (728B)


  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. - clang
  6. - gmake
  7. # PermissionError: [Errno 13] Permission denied: b'/usr/pkg/bin/cram-3.12.err'
  8. # - "py3[0-9]*-cram"
  9. # gmake pulled to get POSIX.1-2024 $^ which pdpmake also supports
  10. sources:
  11. - https://anongit.hacktivis.me/git/utils-std.git
  12. tasks:
  13. - info: "uname -a"
  14. - clang: |
  15. cd utils-std
  16. CC=clang CRAM=true ./configure
  17. gmake clean
  18. gmake check
  19. - gcc: |
  20. cd utils-std
  21. CC=gcc CRAM=true ./configure
  22. gmake clean
  23. gmake check
  24. triggers:
  25. - action: email
  26. condition: failure
  27. to: contact+builds.sr.ht@hacktivis.me