Created
          April 5, 2016 12:21 
        
      - 
      
 - 
        
Save rmujica/12b897aba363002fb6b665efea4970d6 to your computer and use it in GitHub Desktop.  
    Circle CI for Android
  
        
  
    
      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
    
  
  
    
  | machine: | |
| environment: | |
| ANDROID_HOME: /usr/local/android-sdk-linux | |
| _JAVA_OPTIONS: "-Xms512m -Xmx3096m" | |
| dependencies: | |
| pre: | |
| - echo y | android update sdk --no-ui --all --filter "tools,platform-tools,android-23" | |
| - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.2" | |
| test: | |
| override: | |
| - ./gradlew build check | |
| - cp /home/ubuntu/*repo_name*/app/build/outputs/apk/* ${CIRCLE_ARTIFACTS}/ | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment