diff options
author | raveit65 <[email protected]> | 2020-04-20 16:36:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:36:35 +0200 |
commit | afa3f2804179285658d4256e6b15d2d55fd49be3 (patch) | |
tree | dea1e119d9b4a4979b033c75a9c2239d11132dc0 | |
parent | a957a06f3fd7d34f93e661dc9aba9c628e3933d2 (diff) | |
download | mate-notification-daemon-afa3f2804179285658d4256e6b15d2d55fd49be3.tar.bz2 mate-notification-daemon-afa3f2804179285658d4256e6b15d2d55fd49be3.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,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 |