From a90f5aaaafe5248c291b90e1359e0e841ec6cc21 Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Fri, 18 May 2018 22:04:39 +0300 Subject: [PATCH] added submudule clone --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index fb66b6d..703b6d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,8 @@ environment: matrix: - arch: Win64 +install: git submodule update --init --recursive + before_build: - cmd: cmake -G "Visual Studio 15 2017 Win64"