]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentracing-cpp/.appveyor.yml
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / opentracing-cpp / .appveyor.yml
1 version: '{build}'
2
3 image: Visual Studio 2017
4
5 init:
6 - cmd: git config --global core.autocrlf true
7
8 platform:
9 - x64
10
11 configuration:
12 - Debug
13 - Release
14
15 before_build:
16 - cmake -H. -Bbuild -A%PLATFORM% -DBUILD_TESTING=ON
17
18 build:
19 project: build\opentracing-cpp.sln
20 parallel: false
21 verbosity: normal
22
23 test_script:
24 - ps: |
25 cd build
26 ctest -V -C $env:configuration --timeout 600 --output-on-failure