You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/config.yml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,8 @@ jobs:
22
22
ROS_PARALLEL_TEST_JOBS: "-j8"
23
23
CATKIN_PARALLEL_JOBS: "-i"
24
24
NOT_TEST_INSTALL : true
25
-
<<<<<<< HEAD
26
25
BEFORE_SCRIPT : "sudo pip install packaging==17.1; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done"# Skip large packagses
27
26
USE_DEB: false
28
-
=======
29
-
BEFORE_SCRIPT : "for name in dialogflow_task_executive ros_speech_recognition sesame_ros ffha libsiftfast nlopt julius julius_ros downward assimp_devel voice_text; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done"# Skip large packagses / Skip packages that could not build on indigo dialogflow_task_executive/ros_speech_recognition/sesame_ros
30
-
>>>>>>> c0450ee3 ([voice_text] Skip indigo test, for requiring cmake>=3. It can be)
0 commit comments