diff options
author | raveit65 <[email protected]> | 2020-04-19 14:32:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:32:33 +0200 |
commit | 6924b50d785c883f3dadea44cee608c82c90f7ff (patch) | |
tree | 662364c2cd8da424642de9dfc37fd338cd2f1868 | |
parent | e1d0b422f86b207624499f37a043c6f5accde7d3 (diff) | |
download | mate-applets-6924b50d785c883f3dadea44cee608c82c90f7ff.tar.bz2 mate-applets-6924b50d785c883f3dadea44cee608c82c90f7ff.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,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 |