From c3c4debd95122c5d296a62deb82546c43620a262 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 15 Jan 2020 14:35:13 +0100 Subject: [PATCH] Update release.sh --- release.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release.sh b/release.sh index 1652adc..4eea79e 100755 --- a/release.sh +++ b/release.sh @@ -1,4 +1,6 @@ # Discarding local changes +echo "This will discard all your uncommited changes and restore the last commit. Continue?" +read git reset --hard # Run CPP Check echo "Running CPPCheck..." @@ -23,7 +25,3 @@ echo "Directory cleaned." echo "Running Doxygen..." doxygen conf/intelliphoto_dox echo "Doxygen finished." -# Building -qmake src/IntelliPhoto.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 CONFIG+=qml_debug && make qmake_all -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