aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharish.mahendrakar@ittiam.com <harish.mahendrakar@ittiam.com>2023-11-10 18:31:31 +0000
committerharish.mahendrakar@ittiam.com <harish.mahendrakar@ittiam.com>2023-11-10 18:41:36 +0000
commit8de30eb397e90ae27143ddd5cb83ff71e862931e (patch)
treea7ab4e14d8e7dc0d07e4a51d9c8dccb5e1912bcd
parentffc65304379b57b1279277b3dcf334b9dd38d829 (diff)
downloadlibultrahdr-8de30eb397e90ae27143ddd5cb83ff71e862931e.tar.gz
cmake.yml: Add build commands for windows
-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: