mirror of https://github.com/qt/qtbase.git
14 lines
398 B
YAML
14 lines
398 B
YAML
type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- type: ExecuteCommand
|
|
command: "{{.InstallDir}}/libexec/android_emulator_launcher.sh"
|
|
maxTimeInSeconds: 300
|
|
maxTimeBetweenOutput: 300
|
|
userMessageOnFailure: "Failed to start emulator, check logs."
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: AndroidTestRun
|