Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit e8b73ee

Browse files
author
Olav de Haas
committed
Make rosinstall file hidden and depend on march develop
1 parent 71c03fb commit e8b73ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- git:
22
local-name: march
33
uri: https://github.com/project-march/march
4-
version: master
4+
version: develop

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
2929
- BUILDER=colcon
3030
- CATKIN_LINT=pedantic
31-
- UPSTREAM_WORKSPACE='dependencies.rosinstall -march/march_gait_scheduler -march/march_gait_selection -march/march_launch -march/march_rqt_launch_menu -march/march_safety -march/march_sound_scheduler -march/march_state_machine'
31+
- UPSTREAM_WORKSPACE='.rosinstall -march/march_gait_scheduler -march/march_gait_selection -march/march_launch -march/march_rqt_launch_menu -march/march_safety -march/march_sound_scheduler -march/march_state_machine'
3232
- AFTER_SCRIPT='builder_run_build "$target_ws/install" "$target_ws" --cmake-target-skip-unavailable --cmake-target roslint'
3333
matrix:
3434
- ROS_DISTRO=kinetic

0 commit comments

Comments
 (0)