init submodules for appveyor

Cette révision appartient à :
M. Petra Baranski 2019-02-19 02:09:23 +01:00
Parent 0b00ee7137
révision 81090b8ca7
2 fichiers modifiés avec 4 ajouts et 1 suppressions

Voir le fichier

@ -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

Voir le fichier

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