👷 excluding MSVC 2015 with "/permissive- /std:c++latest /utf-8"
This commit is contained in:
parent
a9f4094580
commit
c40c8ac92e
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ environment:
|
||||||
- additional_flags: ""
|
- additional_flags: ""
|
||||||
- additional_flags: "/permissive- /std:c++latest /utf-8"
|
- additional_flags: "/permissive- /std:c++latest /utf-8"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- additional_flags: "/permissive- /std:c++latest /utf-8"
|
||||||
|
os: Visual Studio 2015
|
||||||
|
|
||||||
init: []
|
init: []
|
||||||
|
|
||||||
install: []
|
install: []
|
||||||
|
|
Loading…
Reference in a new issue