aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/appveyor.yml
blob: aa0c3890c19a36a2ea2cbe4caf2957b6f51d6d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
os: Windows Server 2012 R2

platform:
  - x86
  - x86_amd64

install:
  - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %PLATFORM%
  - cl # check compiler version

build_script:
  - python configure.py --disable-shared --via-amalgamation --cpu=%PLATFORM% --cc=msvc
  - nmake
  - botan-test
  - nmake install