Browse Source

travis: android: switch to mobile_hacks hlsdk

pull/2/head
Alibek Omarov #SupportRMS 3 years ago committed by GitHub
parent
commit
163225e180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/travis_android_deps.sh

2
scripts/travis_android_deps.sh

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
echo "Download HLSDK"
cd $TRAVIS_BUILD_DIR
git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-xash3d hlsdk || exit 1
git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-xash3d -b mobile_hacks hlsdk || exit 1
echo "Download and unpack Android SDK"
mkdir -p sdk && cd sdk

Loading…
Cancel
Save