1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 10:09:54 +08:00

Updated windows.ci

This commit is contained in:
gabime 2024-12-01 23:55:11 +02:00
parent fe9be2e1ee
commit 2f169568b7

View File

@ -42,7 +42,7 @@ jobs:
cd build cd build
cmake -G "${{ matrix.config.GENERATOR }}" -A x64 ` cmake -G "${{ matrix.config.GENERATOR }}" -A x64 `
-D CMAKE_BUILD_TYPE=${{ matrix.config.BUILD_TYPE }} ` -D CMAKE_BUILD_TYPE=${{ matrix.config.BUILD_TYPE }} `
-D BUILD_SHARED_LIBS=${{ matrix.config.BUILD_SHARED }} ` -D BUILD_SHARED_LIBS=${{ matrix.config.BUILD_SHARED }} `
-D SPDLOG_BUILD_EXAMPLE=${{ matrix.config.BUILD_EXAMPLE }} ` -D SPDLOG_BUILD_EXAMPLE=${{ matrix.config.BUILD_EXAMPLE }} `
-D SPDLOG_BUILD_TESTS=ON ` -D SPDLOG_BUILD_TESTS=ON `
-D SPDLOG_BUILD_WARNINGS=${{ matrix.config.FATAL_ERRORS }} ` -D SPDLOG_BUILD_WARNINGS=${{ matrix.config.FATAL_ERRORS }} `