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 275B

1234567891011121314151617181920
  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. install:
  11. - sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev
  12. - sudo gem install ronn
  13. script:
  14. - ./autogen.sh
  15. - ./configure
  16. - make