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
|
||||
|
||||
pushd global-${GLOBAL_VERSION}
|
||||
./configure --prefix=$(pwd)/install
|
||||
make
|
||||
make install
|
||||
./configure --prefix=$(pwd)/install > /dev/null 2>&1
|
||||
make > /dev/null 2>&1
|
||||
make install > /dev/null 2>&1
|
||||
popd
|
||||
|
||||
export PATH="$(pwd)/global-${GLOBAL_VERSION}/install/bin:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user