mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
name: 'Android Emulator Runner'
|
|
description: 'Installs, configures and starts an Android Emulator directly on macOS virtual machines.'
|
|
author: 'Reactive Circus'
|
|
branding:
|
|
icon: 'smartphone'
|
|
color: 'green'
|
|
inputs:
|
|
api-level:
|
|
description: 'API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10'
|
|
required: true
|
|
target:
|
|
description: 'target of the system image - default or google_apis'
|
|
default: 'default'
|
|
arch:
|
|
description: 'CPU architecture of the system image - x86 or x86_64'
|
|
default: 'x86'
|
|
profile:
|
|
description: 'Hardware profile used for creating the AVD - e.g. `Nexus 6`.'
|
|
emulator-options:
|
|
description: 'command-line options used when launching the emulator - e.g. `-no-window -no-snapshot -camera-back emulated`.'
|
|
default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
|
|
disable-animations:
|
|
description: 'whether to disable animations - true or false'
|
|
default: 'true'
|
|
script:
|
|
description: 'custom script to run - e.g. `./gradlew connectedCheck`'
|
|
required: true
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|