fix mingw configurations

This commit is contained in:
Balazs Benics 2019-07-28 16:31:59 +02:00
parent c6c6112161
commit 4073167fa4

View file

@ -13,7 +13,7 @@ environment:
CONAN_UPLOAD_ONLY_WHEN_STABLE: 1 CONAN_UPLOAD_ONLY_WHEN_STABLE: 1
matrix: 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 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15 CONAN_VISUAL_VERSIONS: 15
CONAN_BUILD_TYPES: Release CONAN_BUILD_TYPES: Release