diff options
author | raveit65 <[email protected]> | 2020-04-19 15:55:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:55:53 +0200 |
commit | 5fe75ca1e48ec37c5b5f26aef82268a9c9a1314e (patch) | |
tree | 847281b679d260e850aad3858beee06abe0a3777 | |
parent | edec72b493b16c82b003b87178c48122a94edb14 (diff) | |
download | mate-indicator-applet-5fe75ca1e48ec37c5b5f26aef82268a9c9a1314e.tar.bz2 mate-indicator-applet-5fe75ca1e48ec37c5b5f26aef82268a9c9a1314e.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,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 |