mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Renamed release.sh and added Merge Prep Script
This commit is contained in:
8
mergeprep.sh
Normal file
8
mergeprep.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# Run CPP Check
|
||||
echo "Running CPPCheck..."
|
||||
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
|
||||
echo "CPPCheck finished"
|
||||
# Uncrustify Files
|
||||
echo "Running Uncrustify..."
|
||||
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
|
||||
echo "Uncrustify finished."
|
||||
Reference in New Issue
Block a user