summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 13:52:49 +0200
committerraveit65 <[email protected]>2020-04-19 13:52:49 +0200
commit5002be67142b425fe6409a0925a82b4d589f6932 (patch)
tree53f8acc0c98024ea4bdec6ef18060f73db24f10b
parentce9fe80df14e6504a2d9beed1131c831258ce204 (diff)
downloadlibmatemixer-5002be67142b425fe6409a0925a82b4d589f6932.tar.bz2
libmatemixer-5002be67142b425fe6409a0925a82b4d589f6932.tar.xz
ci: don't run configure with autogen.sh
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index a4e6e77..3280eee 100644
--- a/.build.yml
+++ b/.build.yml
@@ -95,7 +95,7 @@ build_scripts:
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
- - ./autogen.sh --enable-compile-warnings=maximum
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then