diff options
author | raveit65 <[email protected]> | 2020-04-20 16:27:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:27:58 +0200 |
commit | 86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123 (patch) | |
tree | 09dea662082209a5a018edfbdfaa1a7b8a4d942f /.build.yml | |
parent | 94c058900d0b54a3536f5fcd2e9435b6c29ac43e (diff) | |
download | mate-menus-86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123.tar.bz2 mate-menus-86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123.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
@@ -88,7 +88,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 |