Created
April 21, 2014 04:22
-
-
Save gin0606/11132157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: objective-c | |
before_install: | |
- brew update | |
- brew install android-sdk | |
- brew install android-ndk | |
- export ANDROID_HOME=/usr/local/opt/android-sdk | |
- export NDK_ROOT=/usr/local/opt/android-ndk | |
- echo y | android update sdk --filter tools,platform-tools,android-10,android-14 --no-ui --force | |
install: | |
- bundle install | |
script: | |
- rake build:android | |
after_success: | |
- rake deploygate:upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment