Skip to content

Commit

Permalink
Path Test nasa#7
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Aug 2, 2021
1 parent 0cb5321 commit d65e78f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/tests/Ref.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ mkdir -p "${LOG_DIR}"
# Directory to be used for Ref CI test
export FPUTIL_DEPLOYS="${FPRIME_DIR}/Ref"

echo -e "${BLUE}Starting CI test ${FPUTIL_DEPLOYS} Ref${NOCOLOR}"

export CMAKE_EXTRA_SETTINGS=""
# For Ref deployment to disable FRAMEWORK UTS
export CMAKE_EXTRA_SETTINGS="${CMAKE_EXTRA_SETTINGS} -DFPRIME_ENABLE_FRAMEWORK_UTS=OFF"
Expand All @@ -32,3 +34,5 @@ do
fi
fputil_action "${FPUTIL_DEPLOYS}" "${target}"
done

echo -e "${GREEN}CI test ${FPUTIL_DEPLOYS} Ref SUCCESSFUL${NOCOLOR}"

0 comments on commit d65e78f

Please sign in to comment.