summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:52:58 +0200
committerraveit65 <[email protected]>2020-04-22 18:52:58 +0200
commit022b9a0e9ed200804055cda51944eee43d449b03 (patch)
tree9359ba09b1f6286455ffbacb7b89483372ec743d /.build.yml
parent334f9d0be8ad761988395e2bd9dd650f38451190 (diff)
downloadpluma-022b9a0e9ed200804055cda51944eee43d449b03.tar.bz2
pluma-022b9a0e9ed200804055cda51944eee43d449b03.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 b1efacf8..3a72ca5e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -137,7 +137,7 @@ build_scripts:
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then