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