aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:51:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:51:21 +0300
commit44f4e3ed3ca746b1604d565da9c389e744d5625d (patch)
treecfe55e92406a4aebe77a2ff2536c816f32650653 /appveyor.yml
parentclient/Dockerfile: fix a typo (diff)
downloadmath-server-44f4e3ed3ca746b1604d565da9c389e744d5625d.tar.gz
math-server-44f4e3ed3ca746b1604d565da9c389e744d5625d.zip
AppVeyor: pull submodules
Diffstat (limited to '')
-rw-r--r--appveyor.yml3
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