Added Release Script Draft

This commit is contained in:
2020-01-15 12:33:00 +01:00
parent 94dc372046
commit 8b8b6965c3

14
release.sh Normal file
View File

@@ -0,0 +1,14 @@
# Run CPP Check
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
# Uncrustify Files
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
# Run Unit Tests
# Remove Overhead Folders/ Files
rm -r src/build-*
rm -r build-*/
rm -r Examples/
rm src/IntelliPhoto.pro.user
# Run Doxygen
doxygen conf/intelliphoto_dox