From 2113c969a7d66b1172ae603efef3969bc1a6bb0a Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 3 Jan 2019 17:05:17 +0100 Subject: [PATCH] Remove windows-gnu from Appveyor. --- appveyor.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index af3142a..23d5281 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,29 +58,6 @@ environment: target: i686-pc-windows-msvc #cargoflags: --features "unstable" -### GNU Toolchains ### - - # Stable 64-bit GNU - - channel: stable - target: x86_64-pc-windows-gnu - # Stable 32-bit GNU - - channel: stable - target: i686-pc-windows-gnu - # Beta 64-bit GNU - - channel: beta - target: x86_64-pc-windows-gnu - # Beta 32-bit GNU - - channel: beta - target: i686-pc-windows-gnu - # Nightly 64-bit GNU - - channel: nightly - target: x86_64-pc-windows-gnu - #cargoflags: --features "unstable" - # Nightly 32-bit GNU - - channel: nightly - target: i686-pc-windows-gnu - #cargoflags: --features "unstable" - ### Allowed failures ### # See Appveyor documentation for specific details. In short, place any channel or targets you wish