logo

utils-std

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

freebsd.yml (511B)


  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. sources:
  8. - https://hacktivis.me/git/utils-std.git
  9. tasks:
  10. - info: "uname -a"
  11. - clang: |
  12. cd utils-std
  13. CC=clang ./configure
  14. make clean check
  15. - gcc: |
  16. cd utils-std
  17. CC=gcc ./configure
  18. make clean check
  19. triggers:
  20. - action: email
  21. condition: failure
  22. to: contact+builds.sr.ht@hacktivis.me