From 44a04ee7ed896ea92295c8d2c4b8c9d294892c1c Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 28 Apr 2015 12:23:46 +0000 Subject: AppVeyor - try running tests, build via amalgamation --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 0061908db..3b780e3a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,5 +4,6 @@ install: - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 build_script: - - python configure.py --cpu=x86_32 + - python configure.py --via-amalgamation --cpu=x86_32 --cc=msvc - nmake + - botan-test -- cgit v1.2.3