ci: don't run configure with autogen.sh

raveit65 2020-04-22 17:26:08 +02:00
parent 9bc691e3fc
commit b91ecf5b9e
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ before_scripts:
- make install - make install
build_scripts: build_scripts:
- ./autogen.sh - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then - if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT