зеркало из https://github.com/microsoft/git.git
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
5be1f00a9a
Коммит
f63b12392a
|
@ -26,6 +26,7 @@ test -z $HOST_UID || (CI_USER="ci" && useradd -u $HOST_UID $CI_USER) &&
|
|||
|
||||
# Build and test
|
||||
linux32 --32bit i386 su -m -l $CI_USER -c '
|
||||
set -x &&
|
||||
cd /usr/src/git &&
|
||||
ln -s /tmp/travis-cache/.prove t/.prove &&
|
||||
make --jobs=2 &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче