summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 03:38:26 +0200
committerPablo Barciela <[email protected]>2020-04-19 04:20:40 +0200
commit0d925b2f48c864bc42a228b2712ec9424bb5a553 (patch)
tree67e2bee0f2d99ad87d56bceaaf9c78689070462d
parent87c9ef411bdb25e134513f164ddab3ffb0eb8662 (diff)
downloadmate-control-center-0d925b2f48c864bc42a228b2712ec9424bb5a553.tar.bz2
mate-control-center-0d925b2f48c864bc42a228b2712ec9424bb5a553.tar.xz
Travis CI: debian build: add clang compiler
-rw-r--r--.build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 40fddff4..61562e41 100644
--- a/.build.yml
+++ b/.build.yml
@@ -215,6 +215,10 @@ build_scripts:
- ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $(( $CPU_COUNT + 1 ))
+ - make clean
+ - fi
- scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 ))
after_scripts: