diff options
author | raveit65 <[email protected]> | 2020-04-21 22:24:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:24:36 +0200 |
commit | d576bb4d69283cba097d521b3879f5b88a84a4c5 (patch) | |
tree | 433d29a58239e0f6ec32bc171dc28bc8cde81b63 | |
parent | a9039bf1e4adc000d7aa0e3f273f8e3b9c97dfc4 (diff) | |
download | mate-system-monitor-d576bb4d69283cba097d521b3879f5b88a84a4c5.tar.bz2 mate-system-monitor-d576bb4d69283cba097d521b3879f5b88a84a4c5.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,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 |