summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-28 11:34:14 +0200
committerraveit65 <[email protected]>2019-10-01 09:54:59 +0200
commitb155f9d6fed0d33da27bed707276d48482ac1e7c (patch)
tree3784566d983f8315ec5c0133217323bb29b086eb /.travis.yml
parent310ad6d6bc46115ac8eaa8c1b5e6e9e3f9eb6290 (diff)
downloadmate-system-monitor-b155f9d6fed0d33da27bed707276d48482ac1e7c.tar.bz2
mate-system-monitor-b155f9d6fed0d33da27bed707276d48482ac1e7c.tar.xz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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++