summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 13:49:09 +0200
committerraveit65 <[email protected]>2020-04-19 13:49:09 +0200
commit3401435b0d42ff6c3f8dd9c099412639a1bf4eba (patch)
tree8ed0e11367211130b5a5b8397163de14f8192050 /.build.yml
parentcca493b48906b962e96977b0b4c0b5c78bfb5941 (diff)
downloadlibmatekbd-3401435b0d42ff6c3f8dd9c099412639a1bf4eba.tar.bz2
libmatekbd-3401435b0d42ff6c3f8dd9c099412639a1bf4eba.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 8169964..a0f28a4 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