1
0
鏡像自 https://github.com/quitesimpleorg/qsmaddy.git synced 2025-03-29 09:28:19 +01:00

init submodules for appveyor

This commit is contained in:
M. Petra Baranski 2019-02-19 02:09:23 +01:00
父節點 0b00ee7137
當前提交 81090b8ca7
共有 2 個檔案被更改,包括 4 行新增1 行删除

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