From 9a3c21535929defa8cd57451f23d68f1317395ae Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 23 Mar 2017 20:42:40 -0400 Subject: [PATCH] try again --- .appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 386ef81d..c1806315 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,9 +1,6 @@ version: '{build}' os: Visual Studio 2015 -configuration: -- Debug - cache: - vcpkg -> .appveyor.yml @@ -15,6 +12,11 @@ configuration: - Debug - Release +environment: + matrix: + - STATIC: OFF + - STATIC: ON + init: [] install: