Disable git's CRLF-conversion feature
There are test files that purposefully use CR line-endings.
This commit is contained in:
parent
964dd16812
commit
96a2b05289
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ branches:
|
|||
platform:
|
||||
- x86
|
||||
|
||||
init:
|
||||
- git config --global core.autocrlf false
|
||||
|
||||
install:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
||||
- script\configure.cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue