freebsd.yml 368 B

12345678910111213141516171819202122
  1. image: freebsd/13.x
  2. packages:
  3. - cmocka
  4. - libgcrypt
  5. - liblz4
  6. - lzo2
  7. - meson
  8. - pkgconf
  9. - texinfo
  10. - vde2
  11. sources:
  12. - https://github.com/gsliepen/tinc
  13. environment:
  14. PKG_CONFIG_PATH: /usr/local/libdata/pkgconfig
  15. tasks:
  16. - openssl: sh tinc/.ci/bsd/run.sh openssl
  17. - nolegacy: sh tinc/.ci/bsd/run.sh nolegacy
  18. - gcrypt: sh tinc/.ci/bsd/run.sh gcrypt