Renamed app to spp_template and updated build scripts.

This commit is contained in:
2024-04-10 19:33:13 +02:00
parent 6a325e7a2c
commit 906a68bffa
5 changed files with 12 additions and 5 deletions

View File

@@ -6,9 +6,6 @@ if [ ! -f ".clang-tidy" ] ; then
exit 1
fi
# first generate the compile commands for clang-tidy to work with
scons -Q --unity=disable --compiler=clang compile_commands.json
mkdir -p cache/jenkins
find private -name "*.cpp" > "cache/jenkins/clang-tidy-files"