]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/fmt/support/appveyor.yml
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / seastar / fmt / support / appveyor.yml
1 configuration:
2 - Debug
3 - Release
4
5 clone_depth: 1
6
7 platform:
8 - Win32
9 - x64
10
11 image:
12 - Visual Studio 2013
13 - Visual Studio 2015
14 - Visual Studio 2017
15
16 environment:
17 CTEST_OUTPUT_ON_FAILURE: 1
18 MSVC_DEFAULT_OPTIONS: ON
19 BUILD: msvc
20
21 before_build:
22 - mkdir build
23 - cd build
24
25 build_script:
26 - python ../support/appveyor-build.py
27
28 on_failure:
29 - appveyor PushArtifact Testing/Temporary/LastTest.log
30 - appveyor AddTest test
31
32 # Uncomment this to debug AppVeyor failures.
33 #on_finish:
34 # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))