1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Add Portmidi dependencies (libasound2-dev, alsa-utils, alsa-oss) to travis

I chose to use libasound2-dev, alsa-utils, and alsa-oss instead of libportmidi-dev because I'd rather the local version was used.
This commit is contained in:
Pokechu22 2017-07-03 15:34:53 -07:00 committed by Paul Licameli
parent f50b301694
commit e4875cf873

View File

@ -7,7 +7,7 @@ addons:
- gcc-4.9 - gcc-4.9
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev gettext - sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev gettext libasound2-dev alsa-utils alsa-oss
- git show -s --format="#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n" | tee ./src/RevisionIdent.h - git show -s --format="#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n" | tee ./src/RevisionIdent.h
- export CXX="g++-4.9" CC="gcc-4.9" - export CXX="g++-4.9" CC="gcc-4.9"
- FLAGS="-w -std=gnu++11" - FLAGS="-w -std=gnu++11"