summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 36373e2fb72eba98713c7181ed6cdb3b322feabb (plain)
1
2
3
4
5
6
7
8
9
10
11
platform:
  - x86

image: Visual Studio 2015

build_script:
  - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
  - mkdir build
  - cd build
  - cmake -G "NMake Makefiles" ..
  - cmake --build .