]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/assert/appveyor.yml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / assert / 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/config
19 - git submodule init libs/core
20 - git submodule init tools/build
21 - git submodule update
22 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert
23 - bootstrap
24 - b2 headers
25
26 build: off
27
28 test_script:
29 - b2 libs/assert/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-14.0