]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/core/appveyor.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / core / appveyor.yml
1 # Copyright 2016 Peter Dimov
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
4
5 version: 1.0.{build}-{branch}
6
7 shallow_clone: true
8
9 branches:
10 only:
11 - master
12 - develop
13
14 install:
15 - cd ..
16 - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root
17 - cd boost-root
18 - git submodule init libs/assert
19 - git submodule init libs/config
20 - git submodule init libs/predef
21 - git submodule init libs/static_assert
22 - git submodule init libs/type_traits
23 - git submodule init tools/build
24 - git submodule init tools/inspect
25 - git submodule update
26 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\core
27 - bootstrap
28 - b2 headers
29
30 build: off
31
32 test_script:
33 - b2 libs/core/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0