summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/jaeger-client-cpp/.appveyor.yml
blob: f0c30e4f0e80b269507b5b878a11b1c600e49f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: '{build}'

image: Visual Studio 2017

init:
  - cmd: git config --global core.autocrlf true

platform:
  - x64

configuration:
  - Debug

before_build:
  - cmake -H. -Bbuild -A%PLATFORM% -DBUILD_TESTING=ON

build:
  project: build\jaegertracing.sln
  parallel: true
  verbosity: normal

test_script:
- ps: |
    cd build
    ctest -V -C $env:configuration --timeout 600 --output-on-failure