From 9ce1d64839ac16280d23d5fae8e1ee5162e9c274 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 20 Aug 2015 10:53:56 +0200 Subject: [PATCH] build 64 bit versions on appveyor as well --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a9214f1e4..b80f88dcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,7 @@ build_script: - cd %ROOT_DIRECTORY%\examples - b2.exe --hash -j2 %compiler% variant=%variant% linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" warnings=off - cd %ROOT_DIRECTORY%\test -- b2.exe --hash -j2 win-tests %compiler% variant=%variant% link=shared linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" warnings=off +- b2.exe --hash -j2 address-model=32,64 win-tests %compiler% variant=%variant% link=shared linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" warnings=off - cd %ROOT_DIRECTORY%\bindings\python - b2.exe --hash -j2 %compiler% variant=%variant% linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" warnings=off stage_module - python test.py