aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDichenZhang1 <140119224+DichenZhang1@users.noreply.github.com>2023-11-10 17:55:34 -0800
committerGitHub <noreply@github.com>2023-11-10 17:55:34 -0800
commitd05b6c5c05f0f0f48cddd1d6b0f9898bb443203f (patch)
treea7ab4e14d8e7dc0d07e4a51d9c8dccb5e1912bcd
parentffc65304379b57b1279277b3dcf334b9dd38d829 (diff)
parent8de30eb397e90ae27143ddd5cb83ff71e862931e (diff)
downloadlibultrahdr-d05b6c5c05f0f0f48cddd1d6b0f9898bb443203f.tar.gz
Merge pull request #42 from ittiam-systems/actions
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: