aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 796fa0ba55e1261e25772abb0fcd18a6240132f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
      VS: Visual Studio 15 2017

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