electron/vsts-arm32v7.yml
Electron Bot b665eb6d43
chore: bump node to v12.18.0 (master) (#23789)
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2020-06-17 15:57:12 -07:00

13 lines
366 B
YAML

resources:
containers:
- container: arm32v7-test-container
image: electronjs/build:arm32v7-697b894f36d127155e020f4e8ad4b2e5f6a09613
options: --shm-size 128m --cap-add SYS_ADMIN
jobs:
- job: Test_Arm32v7
container: arm32v7-test-container
displayName: Test Arm on Arm32v7 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml