Mesa (appveyor): Debug git CRLF

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 17 15:39:49 UTC 2018


Module: Mesa
Branch: appveyor
Commit: 0a8cf88172cff1238ed03380c9b216f62a0aee7c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a8cf88172cff1238ed03380c9b216f62a0aee7c

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Fri Aug 17 16:39:33 2018 +0100

Debug git CRLF

---

 appveyor.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index 86440f0d76..db5c1da101 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,11 +39,18 @@ cache:
 
 os: Visual Studio 2015
 
+#init:
+#  - git config --global core.autocrlf input
+#
 environment:
   WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip
   LLVM_ARCHIVE: llvm-5.0.1-msvc2015-mtd.7z
 
 install:
+# Check git config
+- get config core.autocrlf
+- get config core.safecrlf
+- exit 1
 # Check pip
 - python --version
 - python -m pip --version




More information about the mesa-commit mailing list