mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-12-18 17:52:37 +01:00
init submodules for appveyor
This commit is contained in:
parent
0b00ee7137
commit
81090b8ca7
@ -8,5 +8,5 @@ indent_style = space
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{h,hh,hpp,c,cc,cpp,cxx}]
|
[*.{h,hh,hpp,c,cc,cpp,cxx,yml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
|
init:
|
||||||
|
- cmd: git submodule update --init --recursive
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: mkdir tmp
|
- cmd: mkdir tmp
|
||||||
- cmd: cd tmp
|
- cmd: cd tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user