Remove AppVeyor
This commit is contained in:
parent
61a157db8c
commit
cb659cd262
@ -1,8 +1,6 @@
|
||||
# Rust Analyzer
|
||||
|
||||
[](https://travis-ci.org/rust-analyzer/rust-analyzer)
|
||||
[](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master)
|
||||
|
||||
|
||||
Rust Analyzer is an **experimental** modular compiler frontend for the
|
||||
Rust language, which aims to lay a foundation for excellent IDE
|
||||
|
19
appveyor.yml
19
appveyor.yml
@ -1,19 +0,0 @@
|
||||
os: Visual Studio 2015
|
||||
|
||||
install:
|
||||
- curl https://win.rustup.rs/ --output rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain beta --default-host x86_64-pc-windows-msvc
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- staging
|
||||
- master
|
||||
- trying
|
Loading…
x
Reference in New Issue
Block a user