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 <pvorel@suse.cz> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
ee12785f75
commit
c55480daca
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ language: c
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- autopoint
|
||||||
- libsdl1.2-dev
|
- libsdl1.2-dev
|
||||||
- lzop
|
- lzop
|
||||||
- ovmf
|
- ovmf
|
||||||
|
@ -35,7 +36,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
# Comments must be outside the command strings below, or the Travis parser
|
# Comments must be outside the command strings below, or the Travis parser
|
||||||
# will get confused.
|
# will get confused.
|
||||||
- ./autogen.sh
|
- ./bootstrap
|
||||||
|
|
||||||
# Build all selected GRUB targets.
|
# Build all selected GRUB targets.
|
||||||
- for target in $GRUB_TARGETS; do
|
- for target in $GRUB_TARGETS; do
|
||||||
|
|
Loading…
Reference in a new issue