From b155f9d6fed0d33da27bed707276d48482ac1e7c Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 28 Sep 2019 11:34:14 +0200 Subject: Use MATE_COMPILE_WARNINGS and MATE_CXX_WARNINGS macros - It adds WARN_CFLAGS to CFLAGS, and WARN_CXXLAGS to CXXFLAGS - By default, --enable-cxx-warnings=yes --enable-compile-warnings=yes - It prints the warning flags in configure summary --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7685367..5cc2de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ env: requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-system-monitor + - autoconf-archive - clang - gcc - git @@ -80,6 +81,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-system-monitor + - autoconf-archive - clang - clang-tools - cppcheck @@ -103,6 +105,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-system-monitor.git + - autoconf-archive - clang - clang-analyzer - cppcheck-htmlreport @@ -123,6 +126,7 @@ requires: - systemd-devel ubuntu: + - autoconf-archive - clang - clang-tools - g++ -- cgit v1.2.1