Merge pull request 'Add Drone CI pipeline' (#2) from feature/drone into main
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

Reviewed-on: #2
This commit is contained in:
Marown 2022-11-09 15:27:53 +01:00
commit fd0e395130
2 changed files with 14 additions and 14 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/android-sdk-docker
tags: latest

View File

@ -4,20 +4,6 @@ Docker for Android SDK with preinstalled build tools and emulator image
> Edit from [docker-android-sdk/android-31](https://github.com/docker-android-sdk/android-31)
**Installed Packages**
```bash
# sdkmanager --list
Path | Version | Description | Location
------- | ------- | ------- | -------
build-tools;33.0.0 | 33.0.0 | Android SDK Build-Tools 33 | build-tools/33.0.0
cmdline-tools;latest | 7.0 | Android SDK Command-line Tools (latest) | cmdline-tools/latest
emulator | 31.3.12 | Android Emulator | emulator
patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4
platform-tools | 33.0.3 | Android SDK Platform-Tools | platform-tools
platforms;android-33 | 2 | Android SDK Platform 33 | platforms/android-33
system-images;android-33;google_apis;x86_64 | 6 | Google APIs Intel x86 Atom_64 System Image | system-images/android-33/google_apis/x86_64
```
**Usage**
- Interactive way