Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Dec 31, 2024
1 parent e77dd10 commit c43d3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-G Ninja
- name: Build
run: cmake --build build --config Release
run: cmake --build build --config Release --verbose
- name: Run tests
run: ctest --output-on-failure --test-dir build -C Release
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ if(ZLIB_BUILD_STATIC)
if(${CMAKE_C_COMPILER_ID} STREQUAL "GNU")
find_program(GCOV_EXECUTABLE gcov)
endif(${CMAKE_C_COMPILER_ID} STREQUAL "GNU")

message(STATUS )
if(${CMAKE_C_COMPILER_ID} STREQUAL "Clang")
set(llvm_names llvm_cov)
list(APPEND llvm_names llvm-cov)

foreach(ver RANGE 11 99)
list(APPEND llvm_names llvm-cov-${ver})
Expand Down

0 comments on commit c43d3b7

Please sign in to comment.