aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/appveyor.yml
blob: 41625440d8a85a395c998fdb615e0c2d447cd51d (plain)
1
2
3
4
5
6
7
8
9
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