Added Travis Integration

This gives us automated testing of building on linux, with each commit to github.com/audacity/audacity:master.  The run takes about 10 mins and runs on an AWS instance.
This commit is contained in:
Thomas Fehér 2015-04-07 12:19:49 +01:00 committed by James Crook
parent 16e9123ec1
commit 523cf08c03

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk2.8-dev
language: cpp
compiler:
- gcc
script: ./configure && make