File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ jobs:
7777
7878 - name : Run CMake (c++17)
7979 run : |
80- cmake -S . -B build.cxx17 -G "Visual Studio 17 2022 " -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=17 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
80+ cmake -S . -B build.cxx17 -G "${{ matrix.generator }} " -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=17 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
8181
8282 - name : Build (c++17)
8383 run : |
8484 msbuild -m build.cxx17\simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
8585
8686 - name : Run CMake (c++20)
8787 run : |
88- cmake -S . -B build.cxx20 -G "Visual Studio 17 2022 " -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=20 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
88+ cmake -S . -B build.cxx20 -G "${{ matrix.generator }} " -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=20 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
8989
9090 - name : Build (c++20)
9191 run : |
You can’t perform that action at this time.
0 commit comments