mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 21:00:37 +02:00
Update release.sh
This commit is contained in:
@@ -1,14 +1,21 @@
|
|||||||
# Run CPP Check
|
# Run CPP Check
|
||||||
|
echo "Running CPPCheck..."
|
||||||
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
|
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
|
||||||
|
echo "CPPCheck finished"
|
||||||
# Uncrustify Files
|
# Uncrustify Files
|
||||||
|
echo "Running Uncrustify..."
|
||||||
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
|
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
|
||||||
|
echo "Uncrustify finished."
|
||||||
# Run Unit Tests
|
# Run Unit Tests
|
||||||
|
|
||||||
# Remove Overhead Folders/ Files
|
# Remove Overhead Folders/ Files
|
||||||
|
echo "Cleaning directory..."
|
||||||
rm -r src/build-*
|
rm -r src/build-*
|
||||||
rm -r build-*/
|
rm -r build-*/
|
||||||
rm -r Examples/
|
rm -r Examples/
|
||||||
rm src/IntelliPhoto.pro.user
|
rm src/IntelliPhoto.pro.user
|
||||||
|
echo "Directory cleaned."
|
||||||
# Run Doxygen
|
# Run Doxygen
|
||||||
|
echo "Running Doxygen..."
|
||||||
doxygen conf/intelliphoto_dox
|
doxygen conf/intelliphoto_dox
|
||||||
|
echo "Doxygen finished."
|
||||||
|
|||||||
Reference in New Issue
Block a user