Skip to content

Commit

Permalink
Auto merge of #247 - servo:jdm-patch-18, r=asajeffrey
Browse files Browse the repository at this point in the history
Use VS 2019 in appveyor.

This matches the rest of our CI now.
  • Loading branch information
bors-servo authored Apr 23, 2020
2 parents 9a6d8fc + 2949938 commit bfee8dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2017
image: Visual Studio 2019

matrix:
fast_finish: true
Expand Down Expand Up @@ -49,7 +49,6 @@ environment:
install:
- ps: Start-FileDownload "http://servo-rust.s3.amazonaws.com/build/MozillaBuildSetup-2.2.0.exe"
- ps: .\MozillaBuildSetup-2.2.0.exe /S | Out-Null
- appveyor-retry choco install llvm --version=8.0.1
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
Expand Down

0 comments on commit bfee8dc

Please sign in to comment.