eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 254B

123456789101112131415161718
  1. language: c
  2. compiler:
  3. - gcc
  4. - clang
  5. branches:
  6. only:
  7. - master
  8. before_install:
  9. - sudo apt-get update -qq
  10. - sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev
  11. script:
  12. - ./autogen.sh
  13. - ./configure
  14. - make
  15. - make check