Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
clone pre-installed ndk to depth of 1 to speed up travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Szumski authored and yvesf committed Nov 28, 2016
1 parent cf97b16 commit 67c09b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ android:
- android-15

before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root

0 comments on commit 67c09b5

Please sign in to comment.