From 4073167fa42fe1f636412f9827687384f8543aa1 Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Sun, 28 Jul 2019 16:31:59 +0200 Subject: [PATCH] fix mingw configurations --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 20a78c4..41c8b8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: CONAN_UPLOAD_ONLY_WHEN_STABLE: 1 matrix: - - MINGW_CONFIGURATIONS: '7@x86_64@seh@posix, 7@x86@seh@posix, 8@x86_64@seh@posix, 8@x86@seh@posix' + - MINGW_CONFIGURATIONS: '7@x86_64@seh@posix, 7@x86@dwarf2@posix, 8@x86_64@seh@posix, 8@x86@dwarf2@posix' - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 CONAN_VISUAL_VERSIONS: 15 CONAN_BUILD_TYPES: Release