diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 55ec229..b639dec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,9 @@ matrix: - appveyor_asm: 1 platform: x64 +install: + - git submodule update --init --recursive + build_script: - ps: .\.appveyor\build.ps1 |