From 85fd0b4f04476d302613e6284a92d67bfa84ae34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Thu, 11 Oct 2018 18:03:51 +0200 Subject: [PATCH] Disable appveyor-gcc builds: appveyors version of GCC is too old --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 40dd3e9c9..f315514ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,8 +4,8 @@ environment: matrix: # Disable windows-gnu because appveyor has problems installing CMAKE correctly # (CMAKE_C_COMPILER not set) - - TARGET: i686-pc-windows-gnu - CHANNEL: stable + # - TARGET: i686-pc-windows-gnu + # CHANNEL: stable - TARGET: i686-pc-windows-msvc CHANNEL: stable # This target is commented out because for some reason appveyor only ships @@ -14,8 +14,8 @@ environment: # compiler anymore in the real world). Just use a 64-bit compiler and # everything will work fine. # - - TARGET: x86_64-pc-windows-gnu - CHANNEL: stable + # - TARGET: x86_64-pc-windows-gnu + # CHANNEL: stable - TARGET: x86_64-pc-windows-msvc CHANNEL: stable