From 993d62a8c857084e61d87deee7f945e71774dfca Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 25 Oct 2015 17:59:40 +0100 Subject: [PATCH] Added checkout of modules --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 2635f283f..4ee150e23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,7 @@ install: - "C:/Python27/python.exe C:/get-pip.py" - "C:/Python27/Scripts/pip.exe install pyjavaproperties" - "C:/Python27/Scripts/pip.exe install github3.py" + - git submodule update --init --recursive #---------------------------------# # build configuration #