diff options
author | raveit65 <[email protected]> | 2020-04-22 18:52:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:52:58 +0200 |
commit | 022b9a0e9ed200804055cda51944eee43d449b03 (patch) | |
tree | 9359ba09b1f6286455ffbacb7b89483372ec743d /.build.yml | |
parent | 334f9d0be8ad761988395e2bd9dd650f38451190 (diff) | |
download | pluma-022b9a0e9ed200804055cda51944eee43d449b03.tar.bz2 pluma-022b9a0e9ed200804055cda51944eee43d449b03.tar.xz |
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |