File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,35 +22,21 @@ jobs:
2222 - " fedora:43"
2323 build_type : [Dev]
2424 cpp_compiler : [g++]
25- cpp_version : [c++17]
2625 include :
2726 - image : " ubuntu:22.04"
2827 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
2928 - image : " ubuntu:24.04"
3029 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
31- - image : " debian:bookworm"
32- cpp_version : c++20
3330 - image : " debian:bookworm"
3431 c_compiler : clang
3532 cpp_compiler : clang++
36- - image : " debian:bookworm"
37- c_compiler : clang
38- cpp_compiler : clang++
39- cpp_version : c++20
4033 - image : " debian:bookworm"
4134 build_type : RelWithDebInfo
4235 - image : " debian:trixie"
4336 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
44- - image : " debian:trixie"
45- cpp_version : c++20
46- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
47- - image : " debian:trixie"
48- c_compiler : clang
49- cpp_compiler : clang++
5037 - image : " debian:trixie"
5138 c_compiler : clang
5239 cpp_compiler : clang++
53- cpp_version : c++20
5440 - image : " debian:trixie"
5541 build_type : RelWithDebInfo
5642 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
8571 CXX : ${{ matrix.cpp_compiler }}
8672 CXXFLAGS : ${{ matrix.CXXFLAGS }}
8773 LDFLAGS : ${{ matrix.LDFLAGS }}
88- CPP_VERSION : ${{ matrix.cpp_version }}
8974 APT_LISTCHANGES_FRONTEND : none
9075 DEBIAN_FRONTEND : noninteractive
9176 steps :
You can’t perform that action at this time.
0 commit comments