summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 13:58:58 +0200
committerraveit65 <[email protected]>2020-04-19 13:58:58 +0200
commitd08c76a592d379f4a941ae7be12474e96ad1bd0d (patch)
tree7b1f68c1ba7149ce2ac0ed4b202a612d260ef6bd /.build.yml
parent4efb6b1211b129348c3eccd3fda08d1625bdbfc8 (diff)
downloadlibmateweather-d08c76a592d379f4a941ae7be12474e96ad1bd0d.tar.bz2
libmateweather-d08c76a592d379f4a941ae7be12474e96ad1bd0d.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 bcc19bd..2083909 100644
--- a/.build.yml
+++ b/.build.yml
@@ -100,7 +100,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