From 49ef4e326f602564e9d1b2c10075b5284ffbce81 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 23 Mar 2017 15:51:25 -0700 Subject: [PATCH] Initialize submodules in appveyor build --- brightray/appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/brightray/appveyor.yml b/brightray/appveyor.yml index 46a91007e6e3..d623fdc8c64b 100644 --- a/brightray/appveyor.yml +++ b/brightray/appveyor.yml @@ -13,6 +13,7 @@ platform: install: - cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH% - cmd: SET PATH=C:\python27;%PATH% + - cmd: git submodule update --init --recursive - cmd: bash script/cibuild branches: