diff options
author | raveit65 <[email protected]> | 2020-04-18 22:59:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 22:59:55 +0200 |
commit | 13f8fad75809dd124f7af0411aaf7b38e4e9b8e3 (patch) | |
tree | 9a6c54265919dbbd8a5fafcff153e0437db8376d /.build.yml | |
parent | eb3fa9d98b9564efd59b88360e47dadbd821aece (diff) | |
download | engrampa-13f8fad75809dd124f7af0411aaf7b38e4e9b8e3.tar.bz2 engrampa-13f8fad75809dd124f7af0411aaf7b38e4e9b8e3.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
@@ -109,7 +109,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 |