mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
maint: shorten travis build logs by discarding global build output
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
37dcdf65b3
commit
38de86b7ce
@ -36,9 +36,9 @@ mkdir .global && pushd .global # ignored by GLOBAL's indexer
|
|||||||
tar zxvf global-${GLOBAL_VERSION}.tar.gz > /dev/null 2>&1
|
tar zxvf global-${GLOBAL_VERSION}.tar.gz > /dev/null 2>&1
|
||||||
|
|
||||||
pushd global-${GLOBAL_VERSION}
|
pushd global-${GLOBAL_VERSION}
|
||||||
./configure --prefix=$(pwd)/install
|
./configure --prefix=$(pwd)/install > /dev/null 2>&1
|
||||||
make
|
make > /dev/null 2>&1
|
||||||
make install
|
make install > /dev/null 2>&1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
export PATH="$(pwd)/global-${GLOBAL_VERSION}/install/bin:$PATH"
|
export PATH="$(pwd)/global-${GLOBAL_VERSION}/install/bin:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user