From 293b60075e55188f1230396797a4bf7ffac58954 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 29 Aug 2015 16:38:45 -0400 Subject: [PATCH] try to switch to 64 bit build of bjam. build 64 bit only under msvc-12 for now --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 48b549d10..033854abf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,11 +13,11 @@ environment: linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib64"' include: '"c:\\openssl-1.0.1p-vs2015\\include"' - variant: test_debug - compiler: msvc-14.0 + compiler: msvc-12.0 x64: 1 - linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib"' - linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2015\\lib64"' - include: '"c:\\openssl-1.0.1p-vs2015\\include"' + linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"' + linkflags64: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib64"' + include: '"c:\\openssl-1.0.1p-vs2013\\include"' - variant: test_debug compiler: msvc-12.0 linkflags32: '"/LIBPATH:C:\\openssl-1.0.1p-vs2013\\lib"'