summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:58:00 +0200
committerraveit65 <[email protected]>2020-04-22 18:58:00 +0200
commite59b8c7e3c422836672e419c8e402a1e53f53633 (patch)
treec71044bb9788d975feb28d08b84424dedb94fbb0
parentd17410093a1c4ff62340ce1b9e88576b3237c44a (diff)
downloadpython-caja-e59b8c7e3c422836672e419c8e402a1e53f53633.tar.bz2
python-caja-e59b8c7e3c422836672e419c8e402a1e53f53633.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 290efd0..2128931 100644
--- a/.build.yml
+++ b/.build.yml
@@ -94,7 +94,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