Skip to content

Commit

Permalink
fix: Specific build dir for cppcheck in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
shmocz committed Sep 19, 2023
1 parent d5eab84 commit b7f3744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ BASE_DIR="$BUILDDIR/$TC_ID-$CMAKE_BUILD_TYPE"
BUILD_DIR="$BASE_DIR/build"
build_log="$BASE_DIR/build.log"
: ${TAG_NAME:=""}
export CPPCHECK_BUILD_DIR="$BUILD_DIR/cppcheck-work"

if [ ! -z "$TAG_NAME" ]; then
TAG_NAME="ok-$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit b7f3744

Please sign in to comment.