summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-21 22:11:52 +0200
committerraveit65 <[email protected]>2020-04-21 22:11:52 +0200
commit215a087ce4de33205d8dd866291d099c408e5ea3 (patch)
tree69e62dedd658a6ea4c93d7c3d9fd17a0cdf3da9b /.build.yml
parent5747b98de5a49620fabc2d1cf36ec749c52f3740 (diff)
downloadmate-sensors-applet-215a087ce4de33205d8dd866291d099c408e5ea3.tar.bz2
mate-sensors-applet-215a087ce4de33205d8dd866291d099c408e5ea3.tar.xz
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 57463f3..082171b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -108,7 +108,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