mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Travis build with Xenial
This commit is contained in:
parent
56a05cc646
commit
d142e0fdf7
@ -1,19 +1,16 @@
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.9
|
||||
- gcc-4.9
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev gettext autopoint libasound2-dev alsa-utils alsa-oss
|
||||
- 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"
|
||||
- FLAGS="-w -std=gnu++11"
|
||||
- FLAGS="-std=gnu++11"
|
||||
- export CFLAGS="$CFLAGS $FLAGS"
|
||||
- export CXXFLAGS="$CXXFLAGS $FLAGS"
|
||||
- g++-4.9 --version
|
||||
- g++ --version
|
||||
language:
|
||||
- cpp
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user