forked from boostorg/config
Merge branch 'develop' into issue246: rebase PR.
This commit is contained in:
@ -251,7 +251,7 @@ matrix:
|
|||||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CMAKE_TEST_PROJECT=1
|
env: CMAKE_TEST_PROJECT=1
|
||||||
install: true
|
install: true
|
||||||
script:
|
script:
|
||||||
|
@ -5,6 +5,11 @@ This library provides configuration support for the Boost C++ libraries.
|
|||||||
|
|
||||||
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/config/index.html).
|
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/config/index.html).
|
||||||
|
|
||||||
|
| | Master | Develop |
|
||||||
|
|------------------|----------|-------------|
|
||||||
|
| Travis | [](https://travis-ci.org/boostorg/config) | [](https://travis-ci.org/boostorg/config) |
|
||||||
|
| Appveyor | [](https://ci.appveyor.com/project/jzmaddock/config/branch/master) | [](https://ci.appveyor.com/project/jzmaddock/config/branch/develop) |
|
||||||
|
|
||||||
## Support, bugs and feature requests ##
|
## Support, bugs and feature requests ##
|
||||||
|
|
||||||
Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/config/issues)
|
Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/config/issues)
|
||||||
|
Reference in New Issue
Block a user