Update compile.sh
This commit is contained in:
parent
11d67818fc
commit
e65b330fd4
@ -68,8 +68,10 @@ ccache -s
|
|||||||
# ====== Copy output
|
# ====== Copy output
|
||||||
cd $TDNATIVES_CPP_BUILD_DIR
|
cd $TDNATIVES_CPP_BUILD_DIR
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
ls -alch $TDLIB_RESOURCES_OUTPUT_DIR
|
ls -alch $TRAVIS_OUTPUT_DIR || true
|
||||||
ls -alch $TDLIB_RESOURCES_OUTPUT_DIR/resources
|
ls -alch $TRAVIS_OUTPUT_DIR/resources || true
|
||||||
|
ls -alch $TRAVIS_OUTPUT_DIR/resources/libs || true
|
||||||
|
ls -alch $TDLIB_RESOURCES_OUTPUT_DIR || true
|
||||||
users
|
users
|
||||||
groups
|
groups
|
||||||
whoami
|
whoami
|
||||||
|
Loading…
Reference in New Issue
Block a user