.gitlab-ci.yml: Need --force option to autopoint

This commit is contained in:
Darshit Shah 2020-12-28 01:20:51 +01:00
parent d82f158e3d
commit 6898efd978

View File

@ -365,7 +365,7 @@ Build/Arch:
script:
- export CFLAGS="$CFLAGS_DEFAULT"
- ./bootstrap --skip-po && touch .manywarnings
- autoreconf -vi
- autoreconf -vif
- ./configure $CONFIGURE_BASE_FLAGS
- make -j$(nproc)
- make check -j$(nproc)