logo

utils-std

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

freebsd.yml (627B)


  1. # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. image: freebsd/latest
  4. packages:
  5. - gcc
  6. - devel/cram
  7. - devel/gmake
  8. # gmake pulled to get POSIX.1-2024 $^ which pdpmake also supports
  9. sources:
  10. - https://anongit.hacktivis.me/git/utils-std.git
  11. tasks:
  12. - info: "uname -a"
  13. - clang: |
  14. cd utils-std
  15. CC=clang ./configure
  16. gmake clean
  17. gmake check
  18. - gcc: |
  19. cd utils-std
  20. CC=gcc ./configure
  21. gmake clean
  22. gmake check
  23. triggers:
  24. - action: email
  25. condition: failure
  26. to: contact+builds.sr.ht@hacktivis.me