From e35aff4684ca6ae78358003e5fcddb2155dce21b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Nov 2017 15:23:20 +0100 Subject: [PATCH] Checkout submodules in Appveyor builds Unlike Travis CI, Appveyor doesn't do this automatically, but we will need them soon (the currently existing Catch submodule is not used by Appveyor builds but, arguably, should be too). --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c593022a88..4dad5245ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,8 @@ environment: clone_depth: 50 +install: git submodule update --init + before_build: - ps: | $env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""