mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-01-19 04:02:12 +00:00
Many Boost libraries require C++11 or later so don't test for C++03 by default anymore. When required maintainers can add/extend such jobs but the others don't need to remove those anymore.
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"key": "boost-ci",
|
|
"name": "CI",
|
|
"authors": [
|
|
"James E. King III",
|
|
"Rene Rivera",
|
|
"Sam Darwin",
|
|
"Mateusz Loskot",
|
|
"Alexander Grund"
|
|
],
|
|
"description": "CI templates for Boost libs",
|
|
"category": [
|
|
"CI"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|