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
install ndk-bundle travis-ci
  • Loading branch information
marandaneto committed Nov 9, 2019
commit dbd04b3ea06bda7a000b1629e2b077f18e285daf
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ licenses:
before_install:
- touch $HOME/.android/repositories.cfg
- yes | sdkmanager --update
install:
- echo y | sdkmanager "ndk-bundle"
- echo y | sdkmanager "cmake;3.6.4111459"
android:
components:
- platform-tools
Expand Down