From c059e4d0efce95206fbe89584ece96032b7e136b Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Thu, 1 Oct 2015 12:01:39 +0200 Subject: [PATCH] appveyor configuration --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 502474c..7507895 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,10 @@ environment: - GENERATOR: "Visual Studio 12" CONFIG: Debug +install: + - git submodule init + - git submodule update + build_script: - mkdir build - cd build