Skip to content

Commit

Permalink
Build arm
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jun 29, 2020
1 parent 677ffbe commit 18a1e2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
- template: windows.yml
parameters:
target: i686-pc-windows-msvc
- job: win_arm64
pool:
vmImage: VS2017-Win2016
steps:
- template: windows.yml
parameters:
target: aarch64-pc-windows-msvc
- job: publish
pool:
vmImage: 'ubuntu-16.04'
Expand Down
3 changes: 1 addition & 2 deletions build/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

parameters:
target: ''
gcc_version: ''
rust_version: 'nightly'

steps:
Expand All @@ -18,7 +17,7 @@ steps:
echo $env:reason
echo $BUILD_SOURCEVERSION
Invoke-WebRequest https://win.rustup.rs -UseBasicParsing -OutFile rustup-init.exe
.\rustup-init.exe -y --default-host $env:TARGET
.\rustup-init.exe -y
$env:PATH+=";C:\Users\appveyor\.cargo\bin"
rustup default $env:RUST_VERSION
Expand Down

0 comments on commit 18a1e2b

Please sign in to comment.