mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Travis failing because log is too long.
Suppress all warnings to see if that is good enough to keep log size in bounds. Later we can try less 'chatty' logs in other places.
This commit is contained in:
parent
22726dc41d
commit
1e3200a80f
@ -11,7 +11,7 @@ before_install:
|
||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
||||
- export CXX="g++-4.9" CC="gcc-4.9"
|
||||
- FLAGS="-Wall -Wextra -std=gnu++11"
|
||||
- FLAGS="-w -std=gnu++11"
|
||||
- export CFLAGS="$CFLAGS $FLAGS"
|
||||
- export CXXFLAGS="$CXXFLAGS $FLAGS"
|
||||
language:
|
||||
|
Loading…
x
Reference in New Issue
Block a user