forked from boostorg/bind
Merge branch 'develop'
This commit is contained in:
38
.appveyor.yml
Normal file
38
.appveyor.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2016 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
|
||||
shallow_clone: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
|
||||
install:
|
||||
- git clone https://github.com/boostorg/boost.git boost
|
||||
- cd boost
|
||||
- git checkout -q %APPVEYOR_REPO_COMMIT%
|
||||
- git submodule init libs/bind
|
||||
- git submodule init libs/assert
|
||||
- git submodule init libs/config
|
||||
- git submodule init libs/core
|
||||
- git submodule init libs/function
|
||||
- git submodule init libs/integer
|
||||
- git submodule init libs/move
|
||||
- git submodule init libs/mpl
|
||||
- git submodule init libs/predef
|
||||
- git submodule init libs/preprocessor
|
||||
- git submodule init libs/smart_ptr
|
||||
- git submodule init libs/static_assert
|
||||
- git submodule init libs/throw_exception
|
||||
- git submodule init libs/type_index
|
||||
- git submodule init libs/type_traits
|
||||
- git submodule init tools/build
|
||||
- git submodule init tools/inspect
|
||||
- git submodule update
|
||||
- bootstrap
|
||||
- b2 headers
|
||||
|
||||
test_script:
|
||||
- b2 libs/bind/test toolset=msvc-9.0
|
Reference in New Issue
Block a user