mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ci: don't spew config.log when it's not needed, less verbosity
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
die()
|
||||
{
|
||||
cat build/config.log
|
||||
exit 1
|
||||
}
|
||||
|
||||
die_configure()
|
||||
{
|
||||
cat build/config.log
|
||||
die
|
||||
}
|
||||
|
||||
if [ -n "$TRAVIS_BUILD_DIR" ]; then
|
||||
BUILDDIR=$TRAVIS_BUILD_DIR
|
||||
elif [ -n "$GITHUB_WORKSPACE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user