Skip to content

Commit

Permalink
-DCMAKE_RC_COMPILER=llvm-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 21, 2023
1 parent f5352de commit b217425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ jobs:
- name: Configure CMake ClangCL
shell: cmd
run: |
cmake -B build\clang_cl -S hidapisrc -G"Visual Studio 17 2022" -T ClangCL -A x64 -DCMAKE_SYSTEM_VERSION='10.0.19041.0' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_PP_DATA_DUMP=ON -DHIDAPI_ENABLE_ASAN=ON -DCMAKE_INSTALL_PREFIX=install\clang_cl -DHIDAPI_BUILD_HIDTEST=ON "-DCMAKE_C_FLAGS=%MSVC_COMPILE_FLAGS%"
cmake -B build\clang_cl -S hidapisrc -G"Visual Studio 17 2022" -T ClangCL -DCMAKE_RC_COMPILER=llvm-rc -A x64 -DCMAKE_SYSTEM_VERSION='10.0.19041.0' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_PP_DATA_DUMP=ON -DHIDAPI_ENABLE_ASAN=ON -DCMAKE_INSTALL_PREFIX=install\clang_cl -DHIDAPI_BUILD_HIDTEST=ON "-DCMAKE_C_FLAGS=%MSVC_COMPILE_FLAGS%"
- name: Build CMake ClangCL
working-directory: build/clang_cl
run: cmake --build . -v --clean-first --config RelWithDebInfo --target install
run: cmake --build . -v --config RelWithDebInfo --target install
- name: Check artifacts ClangCL
uses: andstor/file-existence-action@v2
with:
Expand Down

0 comments on commit b217425

Please sign in to comment.