diff options
author | raveit65 <[email protected]> | 2020-04-22 17:26:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 17:26:08 +0200 |
commit | b91ecf5b9e2b02860c24c14f79257b725bd48ca7 (patch) | |
tree | 0e3b84b97e7b471bea836e297090e94e539ea4a5 /.build.yml | |
parent | 9bc691e3fc9969f781aef9055655335dc05b2e35 (diff) | |
download | mate-terminal-b91ecf5b9e2b02860c24c14f79257b725bd48ca7.tar.bz2 mate-terminal-b91ecf5b9e2b02860c24c14f79257b725bd48ca7.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
@@ -107,7 +107,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |