mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Display build log for autotools build on failure.
We can't see the failure messages now, so something like "aborted", which probably means assertion failure, is not very useful right now. E.g. https://travis-ci.org/TokTok/c-toxcore/jobs/476028600#L1220
This commit is contained in:
parent
765fd8a38a
commit
0f8b5c8255
|
@ -41,7 +41,7 @@ travis_script() {
|
||||||
cd _build # pushd
|
cd _build # pushd
|
||||||
../configure $CONFIG_FLAGS || (cat config.log && false)
|
../configure $CONFIG_FLAGS || (cat config.log && false)
|
||||||
make "-j$NPROC" -k CFLAGS="$C_FLAGS" LDFLAGS="$LD_FLAGS"
|
make "-j$NPROC" -k CFLAGS="$C_FLAGS" LDFLAGS="$LD_FLAGS"
|
||||||
make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS"
|
make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" || (cat build/test-suite.log && false)
|
||||||
cd - # popd
|
cd - # popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user