Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions scripts/ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,15 @@ if [ -n "$main_ci" ]; then
fi
$short_git_log

if [ -n "${BSIM_OUT_PATH}" -a -d "${BSIM_OUT_PATH}" ]; then
echo "Build BT simulator tests"
# Build BT Simulator
build_btsim
if [ "$matrix" = "1" ]; then
if [ -n "${BSIM_OUT_PATH}" -a -d "${BSIM_OUT_PATH}" ]; then
echo "Build BT simulator tests"
# Build BT Simulator
build_btsim
fi

# Run BLE tests in simulator on the 1st CI instance:
if [ "$matrix" = "1" ]; then
run_bsim_bt_tests
fi
run_bsim_bt_tests
else
echo "Skipping BT simulator tests"
fi
Expand Down