summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-21 22:03:26 +0200
committerraveit65 <[email protected]>2020-04-21 22:03:26 +0200
commit39892d5cb12726972d55c77e73bdff67a4a95b7e (patch)
tree758bedbc2c3c0adf0ff8f3a56001700ecac9429c
parent33f500a9e3c64489195916df32b2deb3a177b43c (diff)
downloadmate-power-manager-39892d5cb12726972d55c77e73bdff67a4a95b7e.tar.bz2
mate-power-manager-39892d5cb12726972d55c77e73bdff67a4a95b7e.tar.xz
ci: don't run configure with autogen.sh
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index d587109..620499a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -135,10 +135,10 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./autogen.sh --without-keyring
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --without-keyring
- else
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure
- fi
- if [ $CPU_COUNT -gt 1 ]; then