mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Allow VS 2017 failures
VS 2017 has an annoying bug, where the result of `__FILE__` substitution is always lower-cased. This breaks approval tests and I am not quite convinced that we should fully normalized paths to accomodate this bug. We need to remember to undo this in the future though.
This commit is contained in:
		| @@ -33,6 +33,8 @@ environment: | ||||
|  | ||||
|  | ||||
| matrix: | ||||
|     allow_failures: | ||||
|         - os: Visual Studio 2017 | ||||
|     exclude: | ||||
|         - os: Visual Studio 2015 | ||||
|           additional_flags: "/permissive- /std:c++latest" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský