freedreno/a6xx: Split fd6_draw_emit into direct and indirect paths
[mesa.git] / appveyor.yml
index 86440f0d76a5d2e685fb29e4b241a63b8c9b4f81..73be3c57df8f5dab45ec26fba02b25f3fb334d59 100644 (file)
@@ -39,11 +39,18 @@ cache:
 
 os: Visual Studio 2015
 
+init:
+# Appveyor defaults core.autocrlf to input instead of the default (true), but
+# that can hide problems processing CRLF text on Windows
+- git config --global core.autocrlf true
+
 environment:
   WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip
   LLVM_ARCHIVE: llvm-5.0.1-msvc2015-mtd.7z
 
 install:
+# Check git config
+- git config core.autocrlf
 # Check pip
 - python --version
 - python -m pip --version