mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
print config.log on failure
This commit is contained in:
parent
a5eac0a065
commit
4b36e24735
@ -42,7 +42,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- autoconf
|
- autoconf
|
||||||
- autoheader
|
- autoheader
|
||||||
- ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst"
|
- ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst" || (cat config.log; exit 1)
|
||||||
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
- if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
|
||||||
- make -j3
|
- make -j3
|
||||||
- test -z $DO_FUZZ || make fuzzstandalone
|
- test -z $DO_FUZZ || make fuzzstandalone
|
||||||
|
Loading…
Reference in New Issue
Block a user