mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +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
|
elif [[ "${{ matrix.runner }}" = macos* ]]; then
|
||||||
cmake --build "build/debug" --config Debug --target install
|
cmake --build "build/debug" --config Debug --target install
|
||||||
fi
|
fi
|
||||||
cmake --build "build/debug" --config Debug --target StreamFX_clang-tidy
|
|
||||||
cmake --build "build/debug" --config Debug --target StreamFX_clang-format
|
cmake --build "build/debug" --config Debug --target StreamFX_clang-format
|
||||||
|
|
||||||
- name: "Configure & Build (Release)"
|
- name: "Configure & Build (Release)"
|
||||||
|
@ -187,7 +186,6 @@ jobs:
|
||||||
elif [[ "${{ matrix.runner }}" = macos* ]]; then
|
elif [[ "${{ matrix.runner }}" = macos* ]]; then
|
||||||
cmake --build "build/release" --config RelWithDebInfo --target install
|
cmake --build "build/release" --config RelWithDebInfo --target install
|
||||||
fi
|
fi
|
||||||
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-tidy
|
|
||||||
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format
|
cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format
|
||||||
|
|
||||||
- name: "Validate Formatting"
|
- name: "Validate Formatting"
|
||||||
|
|
Loading…
Reference in a new issue