Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2016-01-19 11:19:55 +0300
committerAndrew Comminos <andrew@comminos.com>2016-01-19 11:36:06 +0300
commitd676aa59ef65871701dc65d427cfb39ccd4a1c12 (patch)
treec07ba1fc105c4b18c6a4a3476e49771210d812d5
parent87bb80560c1e2ec1c6bf128afc0e2a4dd0647919 (diff)
Ensure Travis recursively fetches submodules.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 93746c5..6d342c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,12 @@ android:
- build-tools-19.1.0
- android-21
before_install:
+ # Fetch the NDK.
- wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin -O ndk.bin
- chmod +x ndk.bin
- ./ndk.bin -y > /dev/null
+ # Recursively fetch submodules before building codecs.
+ - git submodule update --init --recursive
script:
- ./android-ndk-r10e/ndk-build -C libraries/Jumble/src/main/jni/
- ./gradlew assembleNightly