Files
boost-ci/meta/libraries.json
Alexander Grund 551e6d6834 Remove C++03 from job templates
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.
2024-12-10 18:45:57 +01:00

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"
}