From 81090b8ca7441465754d4c39c68b8b5c8768d995 Mon Sep 17 00:00:00 2001 From: "M. Petra Baranski" Date: Tue, 19 Feb 2019 02:09:23 +0100 Subject: [PATCH] init submodules for appveyor --- .editorconfig | 2 +- appveyor.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5c2baf6..9035bef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 2d265fc..4d5e94f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ image: Visual Studio 2017 +init: + - cmd: git submodule update --init --recursive + build_script: - cmd: mkdir tmp - cmd: cd tmp