diff options
author | Pablo Barciela <[email protected]> | 2019-09-10 16:43:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-11 18:56:27 +0200 |
commit | 4391ad9928c48d972b542fb584071b64adba641e (patch) | |
tree | f549fc448b36086fe377fccf64d21a725daf528f | |
parent | 6abf2d2bed6aeb1e996ea878f593e620a261b5a7 (diff) | |
download | mate-terminal-4391ad9928c48d972b542fb584071b64adba641e.tar.bz2 mate-terminal-4391ad9928c48d972b542fb584071b64adba641e.tar.xz |
Travis CI: debian build: show all the warnings of deprecated functions
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 153ec6f..cb70b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,6 +151,8 @@ before_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh + - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' + - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi build_scripts: |