ci: don't run configure with autogen.sh

raveit65 2020-04-22 17:28:18 +02:00
parent 87c2c31f40
commit 25fdcc052c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,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