File: .appveyor.yml

package info (click to toggle)
tl-expected 1.0.0~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, bullseye-backports-sloppy
  • size: 320 kB
  • sloc: cpp: 3,118; python: 45; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
os:
- Visual Studio 2015
- Visual Studio 2017

build_script:
  - git submodule update --init --recursive
  - mkdir build
  - cd build
  - cmake ..
  - cmake --build .
  - C:\projects\expected\build\Debug\tests.exe