mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Require c++17 at mimumum
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user