mirror of
https://github.com/boostorg/pfr.git
synced 2026-01-19 04:22:13 +00:00
Update CI (#227)
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -38,15 +38,12 @@ jobs:
|
|||||||
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
|
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
|
||||||
linkflags: "linkflags=--coverage -lasan -lubsan"
|
linkflags: "linkflags=--coverage -lasan -lubsan"
|
||||||
gcov_tool: "gcov-10"
|
gcov_tool: "gcov-10"
|
||||||
- toolset: gcc-9
|
|
||||||
cxxstd: "03,11,14,17,2a"
|
|
||||||
os: ubuntu-22.04
|
|
||||||
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
|
|
||||||
linkflags: "linkflags=--coverage -lasan -lubsan"
|
|
||||||
gcov_tool: "gcov-9"
|
|
||||||
- toolset: clang-15
|
- toolset: clang-15
|
||||||
cxxstd: "03,11,14,17,20"
|
cxxstd: "03,11,14,17,20"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
- toolset: clang-18
|
||||||
|
cxxstd: "03,11,14,17,20,23"
|
||||||
|
os: ubuntu-24.04
|
||||||
- toolset: clang-19 # tests misc/strip_boost_namespace.sh and modules
|
- toolset: clang-19 # tests misc/strip_boost_namespace.sh and modules
|
||||||
cxxstd: "20,23"
|
cxxstd: "20,23"
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
|
|||||||
Reference in New Issue
Block a user