From 23dc4f46032cf628f7ef3384c1cee150548a9892 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Sat, 15 Jul 2017 15:01:12 +0200 Subject: [PATCH] Appveyor: Init git submodules before build --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f21f21fd..e490be1e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,8 @@ branches: skip_tags: true image: Visual Studio 2015 platform: x64 +install: + - git submodule update --init --recursive build: project: vulkanExamples.sln parallel: true