aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/appveyor.yml
blob: a2fe822a8edbe80691a42ee4c3e5735ab8a8b0c9 (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
  - nmake
  - botan-test
  - nmake install