Skip to content

Commit

Permalink
ci: add amd64 Windows CMake Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 27, 2024
1 parent 4a2eaf5 commit 0cfa7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/amd64_windows_cmake_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
matrix:
cmake: [
{generator: "Visual Studio 17 2022", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
{generator: "Visual Studio 17 2022", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
]
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • C++
name: Windows • ${{ matrix.cmake.generator }}(${{ matrix.cmake.config }}) • C++
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0cfa7ed

Please sign in to comment.