Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Prev Previous commit
Next Next commit
installing NDK on CI
  • Loading branch information
Manoel Aranda Neto committed Oct 28, 2019
commit 4cd4e02810a94524f8870eb3e0ee10093289474d
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
install:
- echo y | sdkmanager "ndk-bundle"
- echo y | sdkmanager "cmake;3.6.4111459"
- echo y | sdkmanager --channel=3 --channel=1 "cmake;3.10.2.4988404"
- echo y | sdkmanager "lldb;3.1"
before_script:
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
before_install:
- touch $HOME/.android/repositories.cfg
- yes | sdkmanager --update
Expand Down