From b19608afd1182fc243385d03c73890fe87231a2f Mon Sep 17 00:00:00 2001 From: utelle Date: Sat, 21 Sep 2019 00:43:21 +0200 Subject: [PATCH] Adjust AppVeyor configuration (2nd attempt) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 672fd375..bd7a4083 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,8 +12,8 @@ branches: environment: matrix: - TOOLSET: msbuild - CONFIGURATION: Release wxDLL Win64 - ARCH: x64 + CONFIGURATION: Release wxDLL + ARCH: Win64 # - TOOLSET: cmake # GENERATOR: 'Visual Studio 14.1' # SHARED: ON