mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Update target environments
This commit is contained in:
parent
4754a2a775
commit
df390cfd9d
2 changed files with 7 additions and 5 deletions
|
|
@ -20,11 +20,12 @@ env:
|
||||||
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
|
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
|
||||||
- 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++98 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++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++98 BRANCH_TO_TEST=boost-1.59.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
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,11 @@ environment:
|
||||||
BOOST: 1_65_1
|
BOOST: 1_65_1
|
||||||
TOOLSET: msvc-14.1
|
TOOLSET: msvc-14.1
|
||||||
CXX_STANDARD: 14
|
CXX_STANDARD: 14
|
||||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
# BOOST: 1_67_0
|
BOOST: 1_67_0
|
||||||
# TOOLSET: msvc-14.1
|
TOOLSET: msvc-14.1
|
||||||
# CXX_STANDARD: 17
|
CXX_STANDARD: 14
|
||||||
|
# CXX_STANDARD: 17
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- 32
|
- 32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue