add an appveyor config for aarch64-pc-windows-msvc

Fixes #53864.
This commit is contained in:
Nathan Froyd 2018-10-01 10:20:12 -04:00
parent 6188c58a55
commit cd1bfdd3d7
1 changed files with 2 additions and 0 deletions

View File

@ -82,11 +82,13 @@ environment:
# 32/64 bit MSVC and GNU deployment
- RUST_CONFIGURE_ARGS: >
--build=x86_64-pc-windows-msvc
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
--enable-full-tools
--enable-profiler
SCRIPT: python x.py dist
DEPLOY: 1
CI_JOB_NAME: dist-x86_64-msvc
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 Preview
- RUST_CONFIGURE_ARGS: >
--build=i686-pc-windows-msvc
--target=i586-pc-windows-msvc