|
|
|
@ -12,10 +12,13 @@ jobs:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
config:
|
|
|
|
|
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 17 }
|
|
|
|
|
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
|
|
|
|
|
- { compiler: gcc, version: 13, build_type: Release, cppstd: 17 }
|
|
|
|
|
- { compiler: gcc, version: 13, build_type: Release, cppstd: 20 }
|
|
|
|
|
- { compiler: gcc, version: 13, build_type: Release, cppstd: 20, std_format: OFF }
|
|
|
|
|
- { compiler: gcc, version: 13, build_type: Release, cppstd: 20, std_format: ON }
|
|
|
|
|
- { compiler: clang, version: 15, build_type: Release, cppstd: 17}
|
|
|
|
|
- { compiler: clang, version: 15, build_type: Debug, cppstd: 20, asan: ON }
|
|
|
|
|
- { compiler: clang, version: 15, build_type: Release, cppstd: 20, asan: OFF }
|
|
|
|
|
container:
|
|
|
|
|