mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Require C++11
This commit is contained in:
parent
8530f691a1
commit
87e4326883
2 changed files with 2 additions and 4 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
# and how it can be used with Boost libraries.
|
# and how it can be used with Boost libraries.
|
||||||
#
|
#
|
||||||
|
|
||||||
sudo: false
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -21,11 +20,8 @@ env:
|
||||||
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master
|
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master
|
||||||
- CXX_STANDARD=c++11 BRANCH_TO_TEST=master
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=master
|
||||||
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.58.0
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.58.0
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.58.0
|
|
||||||
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.59.0
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.59.0
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.59.0
|
|
||||||
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.67.0
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.67.0
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.67.0
|
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,5 @@ Distributed under the [Boost Software License, Version 1.0](http://boost.org/LIC
|
||||||
[](https://travis-ci.org/mat007/turtle)
|
[](https://travis-ci.org/mat007/turtle)
|
||||||
[](https://ci.appveyor.com/project/mat007/turtle)
|
[](https://ci.appveyor.com/project/mat007/turtle)
|
||||||
[](https://coveralls.io/r/mat007/turtle)
|
[](https://coveralls.io/r/mat007/turtle)
|
||||||
|
|
||||||
|
Boost and a C++11 compatible compiler is required.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue