electron/vsts-arm64v8.yml
John Kleinschmidt 35c3a7e130
build: make torque patch more specific for native arm builds (#16992)
* build: make torque patch more specific

the v8_generator_toolchain should only be overriden if the snapshot toolchain is a native arm or arm64 toolchain

* Only test native mksnapshot on arm64

* Put environment variable in container
2019-02-18 10:02:50 +00:00

14 lines
321 B
YAML

resources:
containers:
- container: arm64v8-test-container
image: electronbuilds/arm64v8:0.0.4
env:
RUN_NATIVE_MKSNAPSHOT: true
jobs:
- job: Test_Arm64
container: arm64v8-test-container
displayName: Test Arm64 on Arm64 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml