mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
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:
committed by
James Crook
parent
16e9123ec1
commit
523cf08c03
7
.travis.yml
Normal file
7
.travis.yml
Normal 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
|
||||||
Reference in New Issue
Block a user