From: Petr Vorel Date: Wed, 9 Sep 2020 20:02:18 +0000 (+0200) Subject: travis: Run bootstrap to fix build X-Git-Tag: grub-2.06-rc1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55480dacabe463ee87d4cdf10a73d3943b72a59;p=thirdparty%2Fgrub.git travis: Run bootstrap to fix build autogen.sh isn't enough: $ ./autogen.sh Gnulib not yet bootstrapped; run ./bootstrap instead. The command "./autogen.sh" exited with 1. Additionally, using bootstrap requires to install autopoint package. Signed-off-by: Petr Vorel Reviewed-by: Daniel Kiper --- diff --git a/.travis.yml b/.travis.yml index 81de20fa3..4bd05a30a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ language: c addons: apt: packages: + - autopoint - libsdl1.2-dev - lzop - ovmf @@ -35,7 +36,7 @@ before_script: script: # Comments must be outside the command strings below, or the Travis parser # will get confused. - - ./autogen.sh + - ./bootstrap # Build all selected GRUB targets. - for target in $GRUB_TARGETS; do