Skip to content

Commit

Permalink
cmake.yml: Add build commands for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
harishdm committed Nov 10, 2023
1 parent ffc6530 commit 8de30eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
build-system: cmake
cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_BUILD_FUZZERS=0'

- name: windows-latest-vs-cmake
os: windows-latest
cc: clang
cxx: clang++
build-system: cmake
cmake-opts: '-G "Visual Studio 17 2022" -DUHDR_BUILD_TESTS=1 -DUHDR_BUILD_FUZZERS=0'

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 8de30eb

Please sign in to comment.