Skip to content

Commit c55480d

Browse files
pevikDaniel Kiper
authored and
Daniel Kiper
committed
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 <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
1 parent ee12785 commit c55480d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ language: c
1212
addons:
1313
apt:
1414
packages:
15+
- autopoint
1516
- libsdl1.2-dev
1617
- lzop
1718
- ovmf
@@ -35,7 +36,7 @@ before_script:
3536
script:
3637
# Comments must be outside the command strings below, or the Travis parser
3738
# will get confused.
38-
- ./autogen.sh
39+
- ./bootstrap
3940

4041
# Build all selected GRUB targets.
4142
- for target in $GRUB_TARGETS; do

0 commit comments

Comments
 (0)