diff options
author | raveit65 <[email protected]> | 2020-04-19 14:31:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:31:24 +0200 |
commit | 6c047873b96b2045487844dcccf0e390516be72d (patch) | |
tree | f88d721481b54a2946b9344184d70d6ec0c7aaeb | |
parent | fefbd79e37fa3701a4e4bcc8306d052123a9bb14 (diff) | |
download | mate-applets-6c047873b96b2045487844dcccf0e390516be72d.tar.bz2 mate-applets-6c047873b96b2045487844dcccf0e390516be72d.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,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 |