mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-03-21 20:34:07 +00:00
Remove AppVeyor
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user