diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 03:38:26 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 04:20:40 +0200 |
commit | 0d925b2f48c864bc42a228b2712ec9424bb5a553 (patch) | |
tree | 67e2bee0f2d99ad87d56bceaaf9c78689070462d /.build.yml | |
parent | 87c9ef411bdb25e134513f164ddab3ffb0eb8662 (diff) | |
download | mate-control-center-0d925b2f48c864bc42a228b2712ec9424bb5a553.tar.bz2 mate-control-center-0d925b2f48c864bc42a228b2712ec9424bb5a553.tar.xz |
Travis CI: debian build: add clang compiler
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |