ci: Ignore clang-tidy for now

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-08-13 17:43:26 +02:00
parent eb047c8882
commit 008a3f2a31
1 changed files with 0 additions and 2 deletions

View File

@ -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"