A clone of btpd with my configuration changes.

11 lines
152 B

  1. language: c
  2. os:
  3. - linux
  4. compiler:
  5. - gcc
  6. before_install:
  7. - sudo apt update
  8. - sudo apt -y install openssl
  9. script:
  10. ./configure && make