init submodules for appveyor

This commit is contained in:
M. Petra Baranski 2019-02-19 02:09:23 +01:00
parent 0b00ee7137
commit 81090b8ca7
2 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{h,hh,hpp,c,cc,cpp,cxx}]
[*.{h,hh,hpp,c,cc,cpp,cxx,yml}]
indent_size = 2

View File

@ -1,5 +1,8 @@
image: Visual Studio 2017
init:
- cmd: git submodule update --init --recursive
build_script:
- cmd: mkdir tmp
- cmd: cd tmp