diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -36,7 +36,6 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/libmatekbd.git - clang-analyzer - clang - - cppcheck-htmlreport - desktop-file-utils - gcc - gcc-c++ @@ -90,11 +89,6 @@ before_scripts: - fi build_scripts: -# build failed with f30 und using clang patch, fixed in f30? -# - if [ ${DISTRO_NAME} == "fedora" ];then -# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh -# - bash ./fedora.sh -# - fi - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then @@ -107,11 +101,6 @@ build_scripts: - 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/devices/input-keyboard.png - - fi - make distcheck releases: @@ -126,4 +115,3 @@ releases: base_version: 1.20.0 notify_servers: - https://release.mate-desktop.org/release - |