mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 22:03:01 +00:00
ci: Ignore clang-tidy for now
This commit is contained in:
parent
eb047c8882
commit
008a3f2a31
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -167,7 +167,6 @@ jobs:
|
|||
elif [[ "${{ matrix.runner }}" = macos* ]]; then
|
||||
cmake --build "build/debug" --config Debug --target install
|
||||
fi
|
||||
cmake --build "build/debug" --config Debug --target StreamFX_clang-tidy
|
||||
cmake --build "build/debug" --config Debug --target StreamFX_clang-format
|
||||
|
||||
- name: "Configure & Build (Release)"
|
||||
|
@ -187,7 +186,6 @@ jobs:
|
|||
elif [[ "${{ matrix.runner }}" = macos* ]]; then
|
||||
cmake --build "build/release" --config RelWithDebInfo --target install
|
||||
fi
|
||||
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-tidy
|
||||
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format
|
||||
|
||||
- name: "Validate Formatting"
|
||||
|
|
Loading…
Reference in a new issue