From 8de30eb397e90ae27143ddd5cb83ff71e862931e Mon Sep 17 00:00:00 2001 From: "harish.mahendrakar@ittiam.com" Date: Fri, 10 Nov 2023 18:31:31 +0000 Subject: cmake.yml: Add build commands for windows --- .github/workflows/cmake.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a69b73a..3914d0e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: -- cgit v1.2.3