Skip to content

Commit

Permalink
#136: prevent loop
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 14, 2025
1 parent 927d075 commit fe66d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -ex

CURRENT_DIR="$(dirname -- "$(realpath -- "$0")")"
PARENT_DIR="$(dirname "$CURRENT_DIR")"

# Calls build script with CI configuration
# (Specific path, enable tests and coverage, warnings as errors)
Expand All @@ -13,6 +14,6 @@ bash -c "VT_TV_BUILD_DIR=/opt/build/vt-tv \
VT_TV_TESTS_ENABLED=ON \
VT_TV_COVERAGE_ENABLED=${VT_TV_COVERAGE_ENABLED:-OFF} \
VT_TV_WERROR_ENABLED=ON \
${CURRENT_DIR}/build.sh"
${PARENT_DIR}/build.sh"

echo "VT-TV build success"

0 comments on commit fe66d66

Please sign in to comment.