1 2 3 4 5 6 7 8 9 10
os: Windows Server 2012 R2 install: - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 build_script: - python configure.py --disable-shared --via-amalgamation --cpu=x86_32 --cc=msvc - nmake - botan-test - nmake install