Travis CI: debian build: show all the warnings of deprecated functions

Pablo Barciela 2019-09-10 16:43:46 +02:00 committed by raveit65
parent 6abf2d2bed
commit 4391ad9928
1 changed files with 2 additions and 0 deletions

View File

@ -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: