Skip to content

Commit

Permalink
use ROS melodic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed May 8, 2018
1 parent 92284c3 commit c1ccd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion job_templates/ci_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if [ "$CI_ENABLE_C_COVERAGE" = "true" ]; then
export CI_ARGS="$CI_ARGS --coverage"
fi
@[if os_name in ['linux', 'linux-aarch64'] and turtlebot_demo]@
export CI_ARGS="$CI_ARGS --ros1-path /opt/ros/kinetic"
export CI_ARGS="$CI_ARGS --ros1-path /opt/ros/melodic"
@[end if]@
if [ -n "${CI_BUILD_ARGS+x}" ]; then
export CI_ARGS="$CI_ARGS --build-args $CI_BUILD_ARGS"
Expand Down
4 changes: 2 additions & 2 deletions job_templates/packaging_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ if [ "$CI_TEST_BRIDGE" = "true" ]; then
export CI_ARGS="$CI_ARGS --test-bridge"
fi
@[if os_name in ['linux', 'linux-aarch64']]@
export CI_ARGS="$CI_ARGS --ros1-path /opt/ros/kinetic"
export CI_ARGS="$CI_ARGS --ros1-path /opt/ros/melodic"
@[else]@
export CI_ARGS="$CI_ARGS --ros1-path /Users/osrf/kinetic/install_isolated"
export CI_ARGS="$CI_ARGS --ros1-path /Users/osrf/melodic/install_isolated"
@[end if]@
if [ "${CI_CMAKE_BUILD_TYPE}" != "None" ]; then
export CI_ARGS="$CI_ARGS --cmake-build-type $CI_CMAKE_BUILD_TYPE"
Expand Down

0 comments on commit c1ccd60

Please sign in to comment.