mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
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.
8 lines
154 B
YAML
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
|