1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00
audacity/.travis.yml
Thomas Fehér 523cf08c03 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.
2015-04-07 12:19:49 +01:00

8 lines
154 B
YAML

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk2.8-dev
language: cpp
compiler:
- gcc
script: ./configure && make