From ed3a634474b286cb0729c8a43e5e0f84d6d0d4f2 Mon Sep 17 00:00:00 2001 From: a1batross Date: Tue, 11 Aug 2015 21:11:30 +0600 Subject: [PATCH] Fix in git clone command --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09e407dd..f1727903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,12 @@ before_install: - chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null - mv android-ndk-r10e android-ndk - export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH - - git clone -q --depth=0 https://github.com/SDLash3D/xash3d jni/src/Xash3D/xash3d - - git clone -q --depth=0 https://github.com/SDLash3D/halflife jni/src/HLSDK/halflife - - git clone -q --depth=0 https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/MobileTouchControls - - git clone -q --depth=0 https://github.com/SDLash3D/nanogl jni/src/NanoGL/nanogl - - git clone -q --depth=0 https://github.com/SDLash3D/XashXT jni/src/XashXT/XashXT - - git clone -q --depth=0 https://github.com/mittorn/SDL-mirror jni/src/SDL2/SDL-mirror + - git clone -q --depth=1 https://github.com/SDLash3D/xash3d jni/src/Xash3D/xash3d + - git clone -q --depth=1 https://github.com/SDLash3D/halflife jni/src/HLSDK/halflife + - git clone -q --depth=1 https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/MobileTouchControls + - git clone -q --depth=1 https://github.com/SDLash3D/nanogl jni/src/NanoGL/nanogl + - git clone -q --depth=1 https://github.com/SDLash3D/XashXT jni/src/XashXT/XashXT + - git clone -q --depth=1 https://github.com/mittorn/SDL-mirror jni/src/SDL2/SDL-mirror - sed -i -- s/android-8/android-12/g project.properties before_script: - ndk-build NDK_TOOLCHAIN_VERSION=4.8 XASH_SDL=1 SUPPORT_WEBP=false -j2 APP_CFLAGS="-w"