From da78b3a1ff881fdc9d95b94387fdbda420386ad9 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 23 Aug 2019 00:36:00 -0500 Subject: [PATCH] Remove AppVeyor config * Will move to another windows build platform later --- appveyor.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f71bc44..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,27 +0,0 @@ -environment: - matrix: - - TARGET: x86_64-pc-windows-gnu - BITS: 64 - MSYS2: 1 - - TARGET: x86_64-pc-windows-msvc - BITS: 64 - - TARGET: i686-pc-windows-gnu - BITS: 32 - MSYS2: 1 - - TARGET: i686-pc-windows-msvc - BITS: 32 -install: - - cmd: >- - curl -sSf -o rustup-init.exe https://win.rustup.rs/ & - rustup-init.exe -y --default-host %TARGET% & - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin & - if defined MSYS2 set PATH=C:\msys64\mingw%BITS%\bin;%PATH% & - rustc -V & - cargo -V -build: false -test_script: - - cargo build --verbose --all - - cargo test --verbose --all -branches: - only: - - master \ No newline at end of file