fix mingw configurations
This commit is contained in:
parent
c6c6112161
commit
4073167fa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue