1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-31 14:13:50 +01:00

show more warnings on Travis-CI

This commit is contained in:
Thomas Fehér
2016-02-26 13:58:04 +01:00
committed by Paul Licameli
parent c04a8e1931
commit 9f6192a442

View File

@@ -11,6 +11,9 @@ 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.8" CC="gcc-4.8"
- FLAGS="-Wall -Wextra"
- export CFLAGS="$CFLAGS $FLAGS"
- export CXXFLAGS="$CXXFLAGS $FLAGS"
language:
- cpp
script: