File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ jobs:
8181
8282 - name : Build (c++17)
8383 run : |
84- msbuild -m build.cxx17\simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
84+ msbuild -m build.cxx17\simplecpp.${{ matrix. sln }} /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
8585
8686 - name : Run CMake (c++20)
8787 run : |
8888 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 : |
92- msbuild -m build.cxx20\simplecpp.sln /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
92+ msbuild -m build.cxx20\simplecpp.${{ matrix. sln }} /p:Configuration=${{ matrix.config }} /p:Platform=x64 || exit /b !errorlevel!
9393
You can’t perform that action at this time.
0 commit comments