summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-25 23:45:12 +0200
committerZenWalker <[email protected]>2019-06-29 16:53:17 +0200
commit567b142e830071eec5d230aedd2ad07b9a1495f8 (patch)
tree80cd73cd1f82e32cc47d1eae659b0853b9dc2ae8 /.travis.yml
parentad67fbbf8d747845089c24e3500bb8e03acd5adf (diff)
downloadcaja-567b142e830071eec5d230aedd2ad07b9a1495f8.tar.bz2
caja-567b142e830071eec5d230aedd2ad07b9a1495f8.tar.xz
Travis CI: debian build: show all the warnings of deprecated functions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 70faa7d5..0e076ce4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,6 +174,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:
# build failed with f30 und using clang patch, fixed in f30?
# - if [ ${DISTRO_NAME} == "fedora" ];then