diff options
author | raveit65 <[email protected]> | 2020-04-20 16:29:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:29:15 +0200 |
commit | 3af726c6aab2b856da9263818cc55128b5e9fcfe (patch) | |
tree | d5c60908e5d912326588339885caa27d1018e18f | |
parent | 964c08bc8f779430c55b33d0caa17cee5a738c46 (diff) | |
download | mate-menus-3af726c6aab2b856da9263818cc55128b5e9fcfe.tar.bz2 mate-menus-3af726c6aab2b856da9263818cc55128b5e9fcfe.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,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 |