From 19834ac8db079062b23205ee7c900e33f074ea08 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sun, 27 May 2018 16:48:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI=20build=20only=20for=20nightl?= =?UTF-8?q?y=20channel=20(AppVeyor)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3c2d229..c39bdcc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,11 +14,11 @@ environment: matrix: # MinGW # - TARGET: i686-pc-windows-gnu - - TARGET: x86_64-pc-windows-gnu + # - TARGET: x86_64-pc-windows-gnu # MSVC # - TARGET: i686-pc-windows-msvc - - TARGET: x86_64-pc-windows-msvc + # - TARGET: x86_64-pc-windows-msvc # Testing other channels - TARGET: x86_64-pc-windows-gnu