From d1a4f456de3dc0666f606e01857d3602a9ccd18a Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 21 Jun 2019 16:08:01 +0200 Subject: [PATCH] Remove 32-bit appveyor targets. Only build nightly on MSVC. As appveyor only does one job at a time, this should help to keep appveyor builds under 5 minutes... Otherwise we're looking at 15+ min build times. --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fa825fb..2b593fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,21 +5,11 @@ environment: # MSVC - channel: stable target: x86_64-pc-windows-msvc - - channel: stable - target: i686-pc-windows-msvc - channel: nightly target: x86_64-pc-windows-msvc - - channel: nightly - target: i686-pc-windows-msvc # GNU - channel: stable target: x86_64-pc-windows-gnu - - channel: stable - target: i686-pc-windows-gnu - - channel: nightly - target: x86_64-pc-windows-gnu - - channel: nightly - target: i686-pc-windows-gnu matrix: allow_failures: