diff options
author | raveit65 <[email protected]> | 2021-09-16 18:00:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-16 18:00:19 +0200 |
commit | 1cfb4b00e90b3c000f3cf938d5c4feb282f94afd (patch) | |
tree | a135f320d05f4932a521155d5bf2e22d8a31c6c8 /.build.yml | |
parent | 88f100e09e2fbc8918a9afe16885c950aee007e9 (diff) | |
download | mate-terminal-1cfb4b00e90b3c000f3cf938d5c4feb282f94afd.tar.bz2 mate-terminal-1cfb4b00e90b3c000f3cf938d5c4feb282f94afd.tar.xz |
branch 1.26
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 22 |
1 files changed, 3 insertions, 19 deletions
@@ -43,7 +43,6 @@ requires: - autoconf-archive - clang - clang-analyzer - - cppcheck-htmlreport - gcc - dconf-devel - desktop-file-utils @@ -99,33 +98,18 @@ before_scripts: - fi build_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-parameter" - - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - - fi - - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - - if [ ${DISTRO_NAME} == "debian" ];then - - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT - - make clean - - fi - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else - - if [ ${DISTRO_NAME} == "debian" ];then - - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make - - make clean - - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi + - if [ ${DISTRO_NAME} == "debian" ];then + - cppcheck --enable=warning,style,performance,portability,information,missingInclude . + - fi after_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude . - - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/utilities-terminal.png - - fi - make distcheck releases: |