mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
CI: add windows testing
This commit is contained in:
parent
e6e61251ab
commit
6a57d2ae4a
1 changed files with 13 additions and 0 deletions
13
appveyor.yml
Normal file
13
appveyor.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
os: Visual Studio 2015
|
||||||
|
|
||||||
|
install:
|
||||||
|
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
|
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||||
|
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||||
|
- rustc -vV
|
||||||
|
- cargo -vV
|
||||||
|
|
||||||
|
build: false
|
||||||
|
|
||||||
|
test_scipt:
|
||||||
|
- cargo test
|
Loading…
Reference in a new issue