summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-17 16:45:02 +0200
committerraveit65 <[email protected]>2020-04-18 12:20:57 +0200
commitc64a905a9f0a794fda3743cc4499dc5f063b0954 (patch)
treed75468b4db9b531149fe3b3f9d2f4d86d449f127
parentc5a207ce77e67ec4dbccdfde217811401edc8291 (diff)
downloadatril-c64a905a9f0a794fda3743cc4499dc5f063b0954.tar.bz2
atril-c64a905a9f0a794fda3743cc4499dc5f063b0954.tar.xz
ci: don't run configure with autogen.sh
autogen should only generate make file, etc. This will reduce build time and sizes of build logs.
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 51d5a407..7912f7f0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -156,7 +156,7 @@ build_scripts:
- cppcheck --enable=warning,style,performance,portability,information,missingInclude --force -D__cplusplus .
- fi
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --enable-cxx-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then