Skip to content

Instantly share code, notes, and snippets.

@gin0606
Created April 21, 2014 04:22
Show Gist options
  • Save gin0606/11132157 to your computer and use it in GitHub Desktop.
Save gin0606/11132157 to your computer and use it in GitHub Desktop.
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