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,3 +1,5 @@
|
|||||||
|
# Discarding local changes
|
||||||
|
git reset --hard
|
||||||
# Run CPP Check
|
# Run CPP Check
|
||||||
echo "Running CPPCheck..."
|
echo "Running CPPCheck..."
|
||||||
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
|
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
|
||||||
@@ -22,5 +24,6 @@ echo "Running Doxygen..."
|
|||||||
doxygen conf/intelliphoto_dox
|
doxygen conf/intelliphoto_dox
|
||||||
echo "Doxygen finished."
|
echo "Doxygen finished."
|
||||||
# Building
|
# Building
|
||||||
qmake src/IntelliPhoto.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=qtquickcompiler && make qmake_all
|
qmake src/IntelliPhoto.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=qml_debug && make qmake_all
|
||||||
make clean -j4 build-IntelliPhoto-Desktop_Qt_5_14_0_clang_64bit-Release
|
make -j4 build-IntelliPhoto-Desktop_Qt_5_14_0_clang_64bit-Debug
|
||||||
|
make clean -j4 build-IntelliPhoto-Desktop_Qt_5_14_0_clang_64bit-Debug
|
||||||
|
|||||||
Reference in New Issue
Block a user