File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,21 @@ jobs:
90
90
briefcase-run-args : ' -d "iPhone SE (3rd generation)"'
91
91
92
92
- backend : android
93
- runs-on : macos -latest
93
+ runs-on : " ubuntu -latest"
94
94
briefcase-target : " android"
95
- briefcase-run-args : " -d '{\" avd\" :\" beePhone\" }' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit"
96
-
95
+ briefcase-run-args : >
96
+ --device '{"avd":"beePhone"}'
97
+ --Xemulator=-no-window
98
+ --Xemulator=-no-snapshot
99
+ --Xemulator=-no-audio
100
+ --Xemulator=-no-boot-anim
101
+ --shutdown-on-exit
102
+ pre-command : |
103
+ # allow access to KVM to run the emulator
104
+ echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \
105
+ | sudo tee /etc/udev/rules.d/99-kvm4all.rules
106
+ sudo udevadm control --reload-rules
107
+ sudo udevadm trigger --name-match=kvm
97
108
exclude :
98
109
# Binary packages aren't available for 3.11+ on Android yet
99
110
- backend : " android"
You can’t perform that action at this time.
0 commit comments