aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 852a3993791f3f6e13f3011df3b21abf9ca2f865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
environment:
  matrix:
    - VS: Visual Studio 9 2008
    - VS: Visual Studio 10 2010
    - VS: Visual Studio 11 2012
    - VS: Visual Studio 12 2013
    - VS: Visual Studio 14 2015

build_script:
  - md build
  - cd build
  - cmake -G "%VS%" ..
  - cmake --build . --config Release
  - ctest --output-on-failure