Added debug output

This commit is contained in:
Johannes Lenzen
2021-02-02 14:21:53 +01:00
parent f97bded9e5
commit 10fb852ae6
5 changed files with 36 additions and 137 deletions

View File

@@ -3,7 +3,8 @@
COMPILER=$1
LANGUAGE=$2
BUILD_TYPE=$3
IWYU=$4
QTVERSION=$4
IWYU=$5
# Exit script on any error
set -e
@@ -90,3 +91,5 @@ if [ "$IWYU" == "IWYU" ]; then
BUILDPATH="$BUILDPATH-iwyu"
OPTIONS="$OPTIONS -DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
fi
echo "Building to directory $BUILDPATH"