mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fix win ci
This commit is contained in:
parent
ecc3881122
commit
d939255f0e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,8 +90,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
msvc_version:
|
||||
- { name: "Visual Studio 15 2017", generator: "Visual Studio 15 2017" }
|
||||
- { name: "Visual Studio 16 2019", generator: "Visual Studio 16 2019" }
|
||||
- { name: "Visual Studio 17 2022", generator: "Visual Studio 17 2022" }
|
||||
|
||||
name: "Windows ${{ matrix.msvc_version.name }} (C++11, Release)"
|
||||
@ -108,7 +106,7 @@ jobs:
|
||||
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
cmake -S . -B build -G "${{ matrix.msvc_version.generator }}" -A x64
|
||||
cmake -S . -B build -G "${{ matrix.msvc_version.generator }}" -A x64\
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_CXX_STANDARD=11
|
||||
-DSPDLOG_BUILD_EXAMPLE=ON
|
||||
|
Loading…
Reference in New Issue
Block a user