mirror of
https://github.com/znc/znc.git
synced 2026-07-02 16:02:02 +02:00
Use llvm-cov in macos CI
This commit is contained in:
@@ -103,6 +103,10 @@ jobs:
|
||||
macos:
|
||||
name: macOS
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
# This doesn't make big difference, since it's the same compiler, but we also use this variable to select lcov vs llvm-cov
|
||||
CXX: clang++
|
||||
CC: clang
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user