From a096977adf6dae6eccb2b46fb2d0a6b2fd8e7ec3 Mon Sep 17 00:00:00 2001 From: puppywang Date: Wed, 30 Jan 2019 17:04:10 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 64c3826..4e5db4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,17 +4,15 @@ branches: - master clone_folder: c:\projects\libnfc image: -- Visual Studio 2013 -- Visual Studio 2015 - Visual Studio 2017 configuration: - Release - Debug platform: -- x64 +- x86 environment: matrix: - - arch: Win64 + - arch: Win32 # - arch: #does not work, Release|x64 not a valid target matrix: fast_finish: true