From 858d383138ddcb230ea8258553591249ef8ddb30 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 19 Oct 2015 22:15:24 -0400 Subject: [PATCH] appveyor disable debug build and unit tests --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 330bf4b6b..a8a1ac31f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,8 @@ environment: matrix: - - BUILD: 'Debug' - CONFIG: debug +# - BUILD: 'Debug' +# CONFIG: debug - BUILD: 'Release' CONFIG: installer -- 2.22.0