diff options
author | raveit65 <[email protected]> | 2021-09-15 21:23:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-15 21:23:18 +0200 |
commit | 1033cd6bb346c9034a866e17327385840596eccc (patch) | |
tree | aaf681fe5d0bec7d277dc480a63fad2d5c7c7a9a /.build.yml | |
parent | a2e9f8af2203dd59ea8dd4916ec2ad4a1bfcbc5d (diff) | |
download | mate-settings-daemon-1033cd6bb346c9034a866e17327385840596eccc.tar.bz2 mate-settings-daemon-1033cd6bb346c9034a866e17327385840596eccc.tar.xz |
branch 1.26
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 31 |
1 files changed, 5 insertions, 26 deletions
@@ -64,7 +64,6 @@ requires: - autoconf-archive - clang - clang-analyzer - - cppcheck-htmlreport - dbus-glib-devel - dconf-devel - desktop-file-utils @@ -134,14 +133,9 @@ variables: -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' - - MATE_DESKTOP_VERSION=1.25.0 + - MATE_DESKTOP_VERSION=1.26.0 before_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi - - cd ${START_DIR} - '[ -f mate-desktop-${MATE_DESKTOP_VERSION}.tar.xz ] || curl -Ls -o mate-desktop-${MATE_DESKTOP_VERSION}.tar.xz http://pub.mate-desktop.org/releases/${MATE_DESKTOP_VERSION%.*}/mate-desktop-${MATE_DESKTOP_VERSION}.tar.xz' - tar xf mate-desktop-${MATE_DESKTOP_VERSION}.tar.xz @@ -155,33 +149,18 @@ before_scripts: - make install build_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-parameter" - - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i"mate-desktop-${MATE_DESKTOP_VERSION}" . - - fi - - NOCONFIGURE=1 ./autogen.sh - - scan-build $CHECKERS ./configure --prefix=/usr --enable-pulse --enable-compile-warnings=maximum + - scan-build $CHECKERS ./configure --prefix=/usr --enable-pulse - 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 -i"mate-desktop-${MATE_DESKTOP_VERSION}" . + - fi after_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i"mate-desktop-${MATE_DESKTOP_VERSION}" . - - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-applets/raw/master/cpufreq/pixmaps/cpufreq-100.png - - fi - make distcheck releases: |