ci: don't run configure with autogen.sh
parent
87c2c31f40
commit
25fdcc052c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue