logo

utils-std

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

freebsd.yml (520B)


  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. - kyua
  6. - gcc
  7. - devel/cram
  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 ./configure
  15. make clean check
  16. - gcc: |
  17. cd utils-std
  18. CC=gcc ./configure
  19. make clean check
  20. triggers:
  21. - action: email
  22. condition: failure
  23. to: contact+builds.sr.ht@hacktivis.me