summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-07-20 13:22:31 +0200
committerraveit65 <[email protected]>2019-07-24 10:25:16 +0200
commit4e1e4dc4981db4ec07ec7cfc045d4f314c70bbae (patch)
treeb3bc422edb7258053c4ebbae327cf91c4a0a429f /.travis.yml
parent73789415e1b9705cf68d13c8ae72aaae702ce186 (diff)
downloadeom-4e1e4dc4981db4ec07ec7cfc045d4f314c70bbae.tar.bz2
eom-4e1e4dc4981db4ec07ec7cfc045d4f314c70bbae.tar.xz
[CI] debian: show all deprecation warnings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 620d40a..d4131c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,6 +187,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: