summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDarshit Shah <darnir@gnu.org>2020-12-28 01:57:13 +0100
committerDarshit Shah <darnir@gnu.org>2020-12-28 01:57:13 +0100
commit733ba71b134634fb5d431737a7e362c24acf116f (patch)
tree15ff3944ab89839076740ec57c5cdc8633e24eea /.gitlab-ci.yml
parent010cb79b4314f501ef3968d7e1fee6bd9c13dc17 (diff)
downloadwget-733ba71b134634fb5d431737a7e362c24acf116f.tar.gz
.gitlab-ci.yml: Even Debian Stable requires running autoreconf
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc318245..0e117bee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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)