mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-01 02:42:41 +08:00
Fix win ci
This commit is contained in:
parent
6c7201553d
commit
6192537d08
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
make -j2
|
||||
ctest -j2 --output-on-failure
|
||||
|
||||
build_windows_msvc_2022:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
name: "Windows MSVC 2022 (C++11, Release)"
|
||||
steps:
|
||||
@ -87,20 +87,17 @@ jobs:
|
||||
- name: Install CMake
|
||||
run: choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --no-progress
|
||||
|
||||
- name: Verify CMake Version
|
||||
run: cmake --version
|
||||
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
cmake -S . -B build -G "Visual Studio 17 2022" -A x64 \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_CXX_STANDARD=11
|
||||
-DSPDLOG_BUILD_EXAMPLE=ON
|
||||
-DSPDLOG_BUILD_EXAMPLE_HO=ON
|
||||
-DSPDLOG_BUILD_WARNINGS=ON
|
||||
-DSPDLOG_BUILD_BENCH=OFF
|
||||
-DSPDLOG_BUILD_TESTS=ON
|
||||
-DSPDLOG_BUILD_TESTS_HO=OFF
|
||||
cmake -S . -B build -G "Visual Studio 17 2022" -A x64 `
|
||||
-DCMAKE_BUILD_TYPE=Release `
|
||||
-DCMAKE_CXX_STANDARD=11 `
|
||||
-DSPDLOG_BUILD_EXAMPLE=ON `
|
||||
-DSPDLOG_BUILD_EXAMPLE_HO=ON `
|
||||
-DSPDLOG_BUILD_WARNINGS=ON `
|
||||
-DSPDLOG_BUILD_BENCH=OFF `
|
||||
-DSPDLOG_BUILD_TESTS=ON `
|
||||
-DSPDLOG_BUILD_TESTS_HO=OFF `
|
||||
-DSPDLOG_SANITIZE_ADDRESS=OFF
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user