From 7748f8e1687042fc477890378fc653c152bc2b31 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 18 May 2018 10:16:28 -0700 Subject: [PATCH] Fetch submodules on appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 23fe3d97..22c8b96e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,11 +4,14 @@ environment: build: false install: + - git submodule update --init --recursive + - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain stable - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -vV - cargo -vV + - script\fetch-test-fixtures.cmd test_script: