netbsd.yml 362 B

12345678910111213141516171819202122
  1. image: netbsd/9.x
  2. packages:
  3. - cmocka
  4. - gtexinfo
  5. - libgcrypt
  6. - lz4
  7. - lzo
  8. - meson
  9. - miniupnpc
  10. - pkgconf
  11. sources:
  12. - https://github.com/gsliepen/tinc
  13. environment:
  14. PKG_CONFIG_PATH: /usr/pkg/lib/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