appveyor: Set git core.autocrlf setting to true.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 17 Aug 2018 15:39:33 +0000 (16:39 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Tue, 21 Aug 2018 08:46:19 +0000 (09:46 +0100)
commit9e5e3a8ead5321a6abc0add8f6e59e50052f9698
tree8be188482f3f4f048c9c58763a5d86f9acf8659e
parent797cd198ae88c9a80233ba710c47117384081428
appveyor: Set git core.autocrlf setting to true.

The git core.autocrlf setting defaults to true (ie, all text files get
checked out as CRLF on Windows), except on Appveyor where's set to
"input" (ie, all text files get checked out with the upstream
repository's line endings, which for us typically means LF.)

And this was masking on Appveyor a regression in gen_xmlpool.py
processing t_options.h with CRLF line endings.

This change makes core.autocrlf to be true, which would have enabled to
immediately catch the issue, as seen in
https://ci.appveyor.com/project/jrfonseca/mesa/build/51

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
appveyor.yml