mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Try standalone only with >=C++17
This commit is contained in:
committed by
Gennaro Prota
parent
bd3dd01259
commit
ee172b86fd
@@ -38,7 +38,7 @@ def main(ctx):
|
||||
job(compiler='clang-14', cxxstd='11,14,17,20,2b', os='ubuntu-22.04'),
|
||||
job(compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
|
||||
env={'B2_CXXFLAGS': '-Werror'}),
|
||||
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='11,14,17,20,2b', os='ubuntu-22.04', add_llvm=True,
|
||||
job(name='Clang 15 standalone', compiler='clang-15', cxxstd='17,20,2b', os='ubuntu-22.04', add_llvm=True,
|
||||
env={'B2_CXXFLAGS': '-Werror', 'B2_DEFINES': 'BOOST_STATIC_STRING_STANDALONE'}),
|
||||
|
||||
job(compiler='gcc-4.8', cxxstd='11', os='ubuntu-16.04'),
|
||||
|
||||
Reference in New Issue
Block a user