From f0f672f9b7ff01def3b56cb63ce14480ca30e971 Mon Sep 17 00:00:00 2001 From: LePresidente Date: Mon, 18 Feb 2019 16:27:45 +0200 Subject: appveyor really wants those blank lines between commands. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c3299a99..88530f52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ version: 1.0.{build} image: Visual Studio 2017 build_script: - cmd: >- + git clone --depth=1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella 2> $null mkdir c:\projects\modorganizer-build -type directory -- cgit v1.3.1