Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-04-04 18:24:00 +0300
committerRobert Adam <dev@robert-adam.de>2020-04-04 18:24:00 +0300
commit76b0d0e0822dfc30bde0890e3cba61083d74afa8 (patch)
tree4e9df8b38142681bc7707e44858dee9b0a1ee1c4 /scripts
parent757447ecb1ae7de6725dc9a237a1671310ed0440 (diff)
Don't treat warnings as errors as we won't backport fixes regarding deprecated functions anyways. Thus these should not let the CI fail
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-ci/script.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/travis-ci/script.bash b/scripts/travis-ci/script.bash
index f2bc379c0..29f84fc33 100755
--- a/scripts/travis-ci/script.bash
+++ b/scripts/travis-ci/script.bash
@@ -64,7 +64,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
if [ "${MUMBLE_NO_PCH}" == "1" ]; then
EXTRA_CONFIG="no-pch ${EXTRA_CONFIG}"
fi
- ${MUMBLE_HOST}.static-qmake-qt5 -recursive -Wall CONFIG+="release tests warnings-as-errors g15-emulator no-overlay no-bonjour no-elevation no-ice ${EXTRA_CONFIG}"
+ ${MUMBLE_HOST}.static-qmake-qt5 -recursive -Wall CONFIG+="release tests g15-emulator no-overlay no-bonjour no-elevation no-ice ${EXTRA_CONFIG}"
make -j2
make check TESTRUNNER="wine"
elif [ "${MUMBLE_QT}" == "qt5" ] && [ "${MUMBLE_HOST}" == "x86_64-w64-mingw32" ]; then
@@ -77,7 +77,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
if [ "${MUMBLE_NO_PCH}" == "1" ]; then
EXTRA_CONFIG="no-pch ${EXTRA_CONFIG}"
fi
- ${MUMBLE_HOST}.static-qmake-qt5 -recursive -Wall CONFIG+="release tests warnings-as-errors g15-emulator no-overlay no-bonjour no-elevation no-ice ${EXTRA_CONFIG}"
+ ${MUMBLE_HOST}.static-qmake-qt5 -recursive -Wall CONFIG+="release tests g15-emulator no-overlay no-bonjour no-elevation no-ice ${EXTRA_CONFIG}"
make -j2
make check TESTRUNNER="wine"
else
@@ -89,7 +89,7 @@ elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
export PATH=$PATH:/usr/local/opt/qt5/bin:/usr/local/bin
export MUMBLE_PREFIX=/usr/local
export MUMBLE_ICE_PREFIX=/usr/local/opt/ice
- qmake CONFIG+="release tests warnings-as-errors"
+ qmake CONFIG+="release tests"
make -j2
make check
./macx/scripts/osxdist.py --no-compat-warning