ci: don't run configure with autogen.sh
parent
9bc691e3fc
commit
b91ecf5b9e
|
@ -107,7 +107,7 @@ before_scripts:
|
|||
- make install
|
||||
|
||||
build_scripts:
|
||||
- ./autogen.sh
|
||||
- NOCONFIGURE=1 ./autogen.sh
|
||||
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
|
||||
- if [ $CPU_COUNT -gt 1 ]; then
|
||||
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
|
||||
|
|
Loading…
Reference in New Issue