diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index efc1c28..6fa31ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,9 @@ configuration: - Debug - Release +install: + - git submodule update --init --recursive + build_script: - ps: .\.appveyor\build.ps1 |