Skip to content

Commit

Permalink
Ninja -v
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 22, 2023
1 parent 80b312e commit fee60b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake -G Ninja -B build\clang_cl -S hidapisrc -D CMAKE_C_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
- name: Build CMake ClangCL
working-directory: build/clang_cl
run: cmake --build . -v --config RelWithDebInfo --target install
- name: Check artifacts ClangCL
Expand Down

0 comments on commit fee60b1

Please sign in to comment.