diff options
author | Pablo Barciela <[email protected]> | 2020-03-17 02:36:54 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-17 03:03:57 +0100 |
commit | 7e924d303cfaf17f0b3ecc41eb4a8f2344eb57ab (patch) | |
tree | 6d92cd9847a72c67a670d988e0e4818546738ef3 /.build.yml | |
parent | bc2e7d5cc0f0e96944792914f11c0faebdb1fe67 (diff) | |
download | mate-desktop-7e924d303cfaf17f0b3ecc41eb4a8f2344eb57ab.tar.bz2 mate-desktop-7e924d303cfaf17f0b3ecc41eb4a8f2344eb57ab.tar.xz |
Travis CI: don't update gh-pages
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -48,7 +48,6 @@ requires: - cairo-gobject-devel - clang-analyzer - clang - - cppcheck-htmlreport - dconf-devel - desktop-file-utils - gcc @@ -105,11 +104,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' 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 --prefix=/usr --enable-gtk-doc - if [ $CPU_COUNT -gt 1 ]; then @@ -123,11 +117,6 @@ build_scripts: after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - - 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}/${REPO_NAME}/raw/master/icons/16x16/apps/mate-desktop.png - - fi - make distcheck - fi @@ -143,4 +132,3 @@ releases: base_version: 1.20.0 notify_servers: - https://release.mate-desktop.org/release - |