From 25322059b300ff2bca344785ba327e934508a507 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 1 Nov 2016 16:03:00 -0700 Subject: [PATCH] appveyor: build Debug and Release configurations --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 411ea38c..21efadc5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,9 @@ version: '{build}' environment: - CONFIGURATION: Release + matrix: + - CONFIGURATION: Debug + - CONFIGURATION: Release install: - git submodule update --init --recursive