diff options
author | Wu Xiaotian <[email protected]> | 2019-10-28 18:10:52 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 09:42:54 +0100 |
commit | 9821561f6e998ceb5989e1ad3401696be564f131 (patch) | |
tree | 2ee32de61e42d9113bdf699bafb34517fda8d2df | |
parent | 9f1dd13e3990f2db9b656a093408dc230d3ec2c4 (diff) | |
download | mate-polkit-9821561f6e998ceb5989e1ad3401696be564f131.tar.bz2 mate-polkit-9821561f6e998ceb5989e1ad3401696be564f131.tar.xz |
ci: add autopoint
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 9c6d71f..a908cba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-polkit + - autopoint - clang - clang-tools - cppcheck @@ -104,6 +105,7 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - clang - clang-tools - git @@ -132,12 +134,6 @@ variables: -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' -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 - build_scripts: - ./autogen.sh - scan-build $CHECKERS ./configure |