.gitlab-ci.yml: Even Debian Stable requires running autoreconf

This commit is contained in:
Darshit Shah 2020-12-28 01:57:13 +01:00
parent 010cb79b43
commit 733ba71b13

View File

@ -49,6 +49,7 @@ VPATH/Debian:
- contrib/spell-checker
- export CFLAGS=$CFLAGS_DEFAULT
- ./bootstrap --skip-po && touch .manywarnings
- autoreconf -ivf
- mkdir vpath && cd vpath
- ../configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache
- make -j$(nproc)