Skip to content

Docker Android image for continuous integration

License

Notifications You must be signed in to change notification settings

grazr/docker-android-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Android SDK Build Status

Docker Android image for continuous integration

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:
  script:
    - ./gradlew test
  artifacts:
    paths:
      - app/build/reports/tests

About

Docker Android image for continuous integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%