Skip to content

Commit

Permalink
build to install space directly (ros-industrial#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Mar 6, 2017
1 parent e36c08a commit e515a5b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions industrial_ci/src/tests/source_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if [ "${USE_MOCKUP// }" != "" ]; then
ln -s "$TARGET_REPO_PATH/$USE_MOCKUP" $CATKIN_WORKSPACE/src
fi

catkin config --install

ici_time_end # setup_workspace

Expand Down Expand Up @@ -145,17 +146,6 @@ fi

if [ "$NOT_TEST_INSTALL" != "true" ]; then

ici_time_start catkin_install_build

# Test if the packages in the downstream repo build.
if [ "$BUILDER" == catkin ]; then
catkin clean --yes || catkin clean -b
catkin config --install
catkin build $OPT_VI --summarize --no-status $BUILD_PKGS_WHITELIST $CATKIN_PARALLEL_JOBS --make-args $ROS_PARALLEL_JOBS
source $CATKIN_WORKSPACE/install/setup.bash
fi

ici_time_end # catkin_install_build
ici_time_start catkin_install_run_tests

export EXIT_STATUS=0
Expand Down

0 comments on commit e515a5b

Please sign in to comment.