gecko-dev/gfx/wr/appveyor.yml
Kartikaya Gupta c28403de9f Bug 1619265 - Bump rust versions for github CI. r=jrmuizel
The appveyor.yml change bumps it for windows. The macOS worker has the
rust version bumped out-of-band and the change to .taskcluster.yml just
updates the documentation.

Differential Revision: https://phabricator.services.mozilla.com/D64945

--HG--
extra : moz-landing-system : lando
2020-03-02 14:57:16 +00:00

21 lines
577 B
YAML

image: Visual Studio 2017
before_test:
- ps: iex (Get-Content -Raw ci-scripts\set-screenresolution.ps1)
- ps: Set-ScreenResolution 1920 1080
environment:
PATH: 'C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Rust\bin'
RUST_BACKTRACE: 1
TARGET: x86_64-pc-windows-msvc
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.41.1-${env:TARGET}.msi"
- msiexec /passive /i "rust-1.41.1-%TARGET%.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
- rustc -V
- cargo -V
build: false
test_script:
- cmd.exe /c ci-scripts\windows-tests.cmd