From 82cf3450ad3b5b5ba9c7c575bd7a6f93a5317e7d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 29 Jul 2019 14:04:50 +0200 Subject: [CI] debian: show all deprecation warnings --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index f074eae9..1e135961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,6 +189,12 @@ variables: -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' +before_scripts: + - if [ ${DISTRO_NAME} == "debian" ];then + - 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: - if [ ${DISTRO_NAME} == "debian" ];then - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh -- cgit v1.2.1