diff options
author | raveit65 <[email protected]> | 2020-04-18 22:31:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:49:14 +0200 |
commit | 2b6a7fb0c2aeb114ceae0474cdc7f68936cc2a9c (patch) | |
tree | e8b303435e16b5f3f5bbf3795caa2e575944a1b0 | |
parent | cdb9e8fbe36f110c08a80227f959c27a6bc8e0e4 (diff) | |
download | caja-2b6a7fb0c2aeb114ceae0474cdc7f68936cc2a9c.tar.bz2 caja-2b6a7fb0c2aeb114ceae0474cdc7f68936cc2a9c.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - ./autogen.sh --enable-empty-view + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-empty-view --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then |