summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-21 21:51:01 +0200
committerraveit65 <[email protected]>2020-04-21 21:51:01 +0200
commit17624745e1c0d9abf31e48cb866429887500feca (patch)
tree4f5177d3759f80c1ae6adc24108e89f798a8e199
parentb269c5d65c6eb13382d70f0141005fc4fa69638d (diff)
downloadmate-power-manager-17624745e1c0d9abf31e48cb866429887500feca.tar.bz2
mate-power-manager-17624745e1c0d9abf31e48cb866429887500feca.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 f56dd75..a144837 100644
--- a/.build.yml
+++ b/.build.yml
@@ -136,10 +136,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 --enable-compile-warnings=maximum
- else
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- fi
- if [ $CPU_COUNT -gt 1 ]; then