File: appveyor.yml

package info (click to toggle)
jansson 2.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,060 kB
  • sloc: ansic: 8,267; sh: 370; cpp: 146; makefile: 138; python: 56
file content (18 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
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