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

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