mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-17 13:47:51 +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
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{h,hh,hpp,c,cc,cpp,cxx}]
|
||||
[*.{h,hh,hpp,c,cc,cpp,cxx,yml}]
|
||||
indent_size = 2
|
||||
|
@ -1,5 +1,8 @@
|
||||
image: Visual Studio 2017
|
||||
|
||||
init:
|
||||
- cmd: git submodule update --init --recursive
|
||||
|
||||
build_script:
|
||||
- cmd: mkdir tmp
|
||||
- cmd: cd tmp
|
||||
|
Loading…
Reference in New Issue
Block a user