summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-06-10 04:12:09 +0800
committerZenWalker <[email protected]>2019-06-17 21:49:15 +0200
commit8d2aedc2e152e507a5f6f24ac5b906c17ddeece7 (patch)
tree1e5a967a2e153df224289dfacdfa0cb957b059e0
parent2f8452ea9a1997bee831f56ed6343966e9046656 (diff)
downloadmate-power-manager-8d2aedc2e152e507a5f6f24ac5b906c17ddeece7.tar.bz2
mate-power-manager-8d2aedc2e152e507a5f6f24ac5b906c17ddeece7.tar.xz
[ci] use autogen.sh --without-keyring on debian
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 66b9b5a..41b7829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -176,10 +176,11 @@ variables:
-enable-checker security.insecureAPI.strcpy"'
build_scripts:
- - ./autogen.sh
- if [ ${DISTRO_NAME} == "debian" ];then
+ - ./autogen.sh --without-keyring
- scan-build $CHECKERS ./configure --without-keyring
- else
+ - ./autogen.sh
- scan-build $CHECKERS ./configure
- fi
- if [ $CPU_COUNT -gt 1 ]; then