diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 82c668f0e75d..000000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,50 +0,0 @@ -build: off # No Visual Studio auto-build. -environment: - global: - PROJECT_NAME: miri - matrix: - - HOST_TARGET: i686-pc-windows-msvc -matrix: - fast_finish: true # Immediately finish build once one of the jobs fails. -cache: -- '%USERPROFILE%\.cargo' -- '%USERPROFILE%\.rustup' - -# branches to build -branches: - # whitelist - only: - - auto - - try - -install: -# Compute the Rust version we use. -- set /p RUSTC_HASH=