aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake.yml7
1 files changed, 7 insertions, 0 deletions
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: