mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Added Release Script Draft
This commit is contained in:
14
release.sh
Normal file
14
release.sh
Normal 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
|
||||||
Reference in New Issue
Block a user