Skip to content

Commit

Permalink
CI: Removes prereqs install for drake. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
francocipollone authored Jun 1, 2021
1 parent bf83331 commit 0ae0c93
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}/src
run: ./${PACKAGE_NAME}/.github/try_vcs_checkout ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} .
# install drake_vendor prereqs using maliput_infrastructure/tools/prereqs.lib
- name: install drake_vendor prereqs
shell: bash
working-directory: ${{ env.ROS_WS }}/src/drake_vendor
run: ${GITHUB_WORKSPACE}/maliput_infrastructure/tools/prereqs-install -t drake .
# install delphyne prereqs using maliput_infrastructure/tools/prereqs.lib
# install delphyne prereqs using dsim-repos-index/tools/prereqs.lib
- name: install delphyne prereqs
shell: bash
working-directory: ${{ env.ROS_WS }}/src/delphyne
Expand All @@ -130,6 +125,10 @@ jobs:
rosdep install -i -y --rosdistro ${ROS_DISTRO} \
--skip-keys "ignition-transport8 ignition-msgs5 ignition-math6 ignition-common3 ignition-gui0 ignition-gui3 ignition-rendering3 pybind11" \
--from-paths src
- name: install drake
shell: bash
working-directory: ${{ env.ROS_WS }}/src/drake_vendor
run: ./drake_installer
- name: colcon build libraries
shell: bash
working-directory: ${{ env.ROS_WS }}
Expand Down

0 comments on commit 0ae0c93

Please sign in to comment.