travis: android: make it more quiet
This commit is contained in:
parent
dc8b8ccab3
commit
143310bdb7
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ unzip sdk.zip > /dev/null 2>/dev/null || exit 1
|
||||||
cd $TRAVIS_BUILD_DIR
|
cd $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
echo "Download all needed tools and NDK"
|
echo "Download all needed tools and NDK"
|
||||||
yes | sdk/tools/bin/sdkmanager --licenses
|
yes | sdk/tools/bin/sdkmanager --licenses > /dev/null 2>/dev/null # who even reads licenses? :)
|
||||||
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-19 ndk-bundle
|
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-19 ndk-bundle > /dev/null 2>/dev/null
|
||||||
|
|
||||||
echo "Download Xash3D FWGS Android source"
|
echo "Download Xash3D FWGS Android source"
|
||||||
git clone --depth 1 https://github.com/FWGS/xash3d-android-project -b waf android || exit 1
|
git clone --depth 1 https://github.com/FWGS/xash3d-android-project -b waf android || exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue