mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 04:14:32 +08:00
14 lines
425 B
YAML
14 lines
425 B
YAML
type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- type: ExecuteCommand
|
|
command: "{{.Env.LIBEXEC_INSTALL_DIR}}/android_emulator_launcher.sh"
|
|
maxTimeInSeconds: 600
|
|
maxTimeBetweenOutput: 300
|
|
userMessageOnFailure: "Failed to start emulator, check coin log and ~/emulator.log"
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: AndroidTestRun
|