Skip to content

Commit 5e35a34

Browse files
committed
where is this ndk going? who knows.
1 parent 2ff215e commit 5e35a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_install:
1313
- if [ `uname -m` = x86_64]; then wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86_64.bin -O ndk.bin; else wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86.bin -O ndk.bin; fi
1414
- chmod a+x ndk.bin
1515
- ./ndk.bin -y | grep -v Extracting
16+
- ls -l
1617

1718
script:
1819
- make

0 commit comments

Comments
 (0)