mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +02:00
Added Git Integration for Preparation Scripts
This commit is contained in:
@@ -7,3 +7,9 @@ echo "CPPCheck finished"
|
||||
echo "Running Uncrustify..."
|
||||
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {} +
|
||||
echo "Uncrustify finished."
|
||||
# Adding changes to git
|
||||
echo "Committing Changes to Git..."
|
||||
git add *
|
||||
git commit -m "Automated Merge Preparation"
|
||||
echo "Committed."
|
||||
echo "Finished."
|
||||
|
||||
@@ -26,3 +26,9 @@ echo "Directory cleaned."
|
||||
echo "Running Doxygen..."
|
||||
doxygen conf/intelliphoto_dox
|
||||
echo "Doxygen finished."
|
||||
# Adding changes to git
|
||||
echo "Committing Changes to Git..."
|
||||
git add *
|
||||
git commit -m "Automated Release Preparation"
|
||||
echo "Committed."
|
||||
echo "Finished."
|
||||
|
||||
Reference in New Issue
Block a user