Skip to content

Docker image for continuous integration with Android SDK

License

Notifications You must be signed in to change notification settings

LiveXP/docker-android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Android SDK Build Status

Docker image for continuous integration with Android SDK.

Usage

You can use this docker image directly from Docker Hub with livexp/android-sdk:latest. You can use the script docker-android-sdk-install to easily add new dependency to Android SDK.

Gitlab CI

image: livexp/android-sdk:latest

before_script:
  - java -version
  - docker-android-sdk-install "build-tools;26.0.1" "extras;android;m2repository" "extras;google;m2repository" 

junit-android:
  stage: test
  script:
    - ./gradlew test
  artifacts:
    paths:
      - app/build/reports/tests

About

Docker image for continuous integration with Android SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •