From 848b7acdb07de22f9d30f70aad776d15def52d3d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 11 Sep 2015 09:28:41 +0200 Subject: [PATCH] [appveyor] more info; configure git --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9438cb2595..0ba78da2ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,15 @@ os: Visual Studio 2015 version: "{build}" clone_depth: 1 +# scripts that are called at very beginning, before repo cloning +init: +- cmake --version +- msbuild /version +- git config --global core.longpaths true +- git config --global core.autocrlf input + platform: - - Win32 # This is Windows 32bits (don't activate since we dont compile properly anyway) + - Win32 # This is Windows 32bits # - x64 # This is Windows 64bits environment: -- 2.20.1