diff options
author | NP-Hardass <[email protected]> | 2020-09-04 16:36:30 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-20 10:34:23 +0200 |
commit | 42ccd70cbe786d58a68e8479b77b80334186f665 (patch) | |
tree | 159e76142df74d144fdd6624f2f9b6b44bba1a1e /.build.yml | |
parent | 98223ce40e9b17a11e0644804ca8534448603d16 (diff) | |
download | mate-power-manager-42ccd70cbe786d58a68e8479b77b80334186f665.tar.bz2 mate-power-manager-42ccd70cbe786d58a68e8479b77b80334186f665.tar.xz |
Travis CI: Simplify logic now that keyring is disabled by default
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -146,11 +146,7 @@ build_scripts: - NOCONFIGURE=1 ./autogen.sh - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - scan-build $CHECKERS ./configure --without-keyring --enable-compile-warnings=maximum - - else - - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - - fi + - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then |