Skip to content

Commit

Permalink
CXX-Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 22, 2023
1 parent bfeff76 commit 9b56ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ jobs:
- name: Configure CMake ClangCL
shell: cmd
run: |
cmake -B build\clang_cl -S hidapisrc -T ClangCL -DCMAKE_RC_COMPILER=llvm-rc -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%"
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake -B build\clang_cl -S hidapisrc -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -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 --config RelWithDebInfo --target install
run: cmake --build . --config RelWithDebInfo --target install
- name: Check artifacts ClangCL
uses: andstor/file-existence-action@v2
with:
Expand Down

0 comments on commit 9b56ed5

Please sign in to comment.