mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Remove AppVeyor
This commit is contained in:
parent
61a157db8c
commit
cb659cd262
2 changed files with 0 additions and 21 deletions
|
@ -1,8 +1,6 @@
|
||||||
# Rust Analyzer
|
# Rust Analyzer
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
|
[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/vtt455oi3hjy9uvk/branch/master?svg=true)](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master)
|
|
||||||
|
|
||||||
|
|
||||||
Rust Analyzer is an **experimental** modular compiler frontend for the
|
Rust Analyzer is an **experimental** modular compiler frontend for the
|
||||||
Rust language, which aims to lay a foundation for excellent IDE
|
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…
Reference in a new issue