Skip to content

Commit

Permalink
-A Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 21, 2023
1 parent b5005f7 commit 78e360c
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_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 -A Win32 -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 . --config RelWithDebInfo --target install
run: cmake --build . --clean-first --config RelWithDebInfo --target install
- name: Check artifacts ClangCL
uses: andstor/file-existence-action@v2
with:
Expand Down

0 comments on commit 78e360c

Please sign in to comment.