blob: df8d4d834091569e22ece46658a84f45b3f43874 (
plain)
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 --cc-abi-flags="/bigobj"
- nmake
- botan-test
- nmake install
|