From: Martin Quinson Date: Fri, 11 Sep 2015 07:28:41 +0000 (+0200) Subject: [appveyor] more info; configure git X-Git-Tag: v3_12~252 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/848b7acdb07de22f9d30f70aad776d15def52d3d [appveyor] more info; configure git --- 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: