summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 13:40:17 +0200
committerraveit65 <[email protected]>2020-04-19 13:40:17 +0200
commit792dbdd649392aa9005332cff2e3f5b13996f40d (patch)
tree95452788cd01ec16795090855429847fe9722ab4 /.build.yml
parentac8b5b9a4e84c2e6868c6cd01c7f60f45462df93 (diff)
downloadeom-792dbdd649392aa9005332cff2e3f5b13996f40d.tar.bz2
eom-792dbdd649392aa9005332cff2e3f5b13996f40d.tar.xz
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index f002b30..62b07b6 100644
--- a/.build.yml
+++ b/.build.yml
@@ -153,7 +153,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