diff options
author | raveit65 <[email protected]> | 2020-04-22 17:28:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 17:28:18 +0200 |
commit | 25fdcc052c76ff6ab8c2a51c6194edf394114c27 (patch) | |
tree | 6fbfabb495d7681eb2bacb5cfae815ca5ca176e3 | |
parent | 87c2c31f40fdb9d20479cee511f005379db0181d (diff) | |
download | mate-terminal-25fdcc052c76ff6ab8c2a51c6194edf394114c27.tar.bz2 mate-terminal-25fdcc052c76ff6ab8c2a51c6194edf394114c27.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |