Browse Source

Support building on the Travis continuous integration servers.

master
Reece H. Dunn 9 years ago
parent
commit
88e2a3a66b
2 changed files with 21 additions and 0 deletions
  1. 19
    0
      .travis.yml
  2. 2
    0
      README.md

+ 19
- 0
.travis.yml View File

@@ -0,0 +1,19 @@
language: c
compiler:
- gcc
- clang

branches:
only:
- master

before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev

script:
- ./autogen.sh
- ./configure
- make

+ 2
- 0
README.md View File

@@ -1,5 +1,7 @@
# eSpeak NG Text-to-Speech

<a href="https://travis-ci.org/espeak-ng/espeak-ng"><img src="https://secure.travis-ci.org/espeak-ng/espeak-ng.png?branch=master"/></a>

- [Build Dependencies](#build-dependencies)
- [Debian](#debian)
- [Building](#building)

Loading…
Cancel
Save