mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 09:33:34 +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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user