diff options
author | raveit65 <[email protected]> | 2020-04-18 22:31:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 22:31:30 +0200 |
commit | 6247ac999b430fb56a827c257c5c5b7e6af4c403 (patch) | |
tree | ea8b4f3805699f5a620a6e71ec6351df7bc704f3 /.build.yml | |
parent | db440277fd653062264fa31d6e289503964a7f33 (diff) | |
download | caja-6247ac999b430fb56a827c257c5c5b7e6af4c403.tar.bz2 caja-6247ac999b430fb56a827c257c5c5b7e6af4c403.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
@@ -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 |