logo

utils-std

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

archlinux.yml (539B)


  1. # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. image: archlinux
  4. packages:
  5. - clang
  6. - python-cram
  7. sources:
  8. - https://anongit.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
  15. make check
  16. - gcc: |
  17. cd utils-std
  18. CC=gcc ./configure
  19. make clean
  20. make check
  21. triggers:
  22. - action: email
  23. condition: failure
  24. to: contact+builds.sr.ht@hacktivis.me