summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-21 22:24:36 +0200
committerraveit65 <[email protected]>2020-04-21 22:24:36 +0200
commitd576bb4d69283cba097d521b3879f5b88a84a4c5 (patch)
tree433d29a58239e0f6ec32bc171dc28bc8cde81b63
parenta9039bf1e4adc000d7aa0e3f273f8e3b9c97dfc4 (diff)
downloadmate-system-monitor-d576bb4d69283cba097d521b3879f5b88a84a4c5.tar.bz2
mate-system-monitor-d576bb4d69283cba097d521b3879f5b88a84a4c5.tar.xz
ci: don't run configure with autogen.sh
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index a628ef4..8594fbc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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