diff options
author | raveit65 <[email protected]> | 2020-04-22 18:58:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:58:00 +0200 |
commit | e59b8c7e3c422836672e419c8e402a1e53f53633 (patch) | |
tree | c71044bb9788d975feb28d08b84424dedb94fbb0 | |
parent | d17410093a1c4ff62340ce1b9e88576b3237c44a (diff) | |
download | python-caja-e59b8c7e3c422836672e419c8e402a1e53f53633.tar.bz2 python-caja-e59b8c7e3c422836672e419c8e402a1e53f53633.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |