Skip to content

Commit

Permalink
fixing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Aug 16, 2017
1 parent d03fc6f commit e0c3c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ environment:
CONAN_UPLOAD: "https://api.bintray.com/conan/bitprim/bitprim"

matrix:
- MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix, 4.9@x86_64@sjlj@posix, 4.9@x86@sjlj@posix, 4.9@x86@dwarf2@posix"
# - MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix, 4.9@x86_64@sjlj@posix, 4.9@x86@sjlj@posix, 4.9@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix, 4.9@x86_64@sjlj@posix"
- MINGW_CONFIGURATIONS: "7.1@x86_64@seh@posix, 7.1@x86_64@sjlj@posix"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

0 comments on commit e0c3c2a

Please sign in to comment.