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