Skip to content

Commit

Permalink
Install latest cmake during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Oct 10, 2020
1 parent 5920202 commit d80dfdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
OS_CODE_NAME: bionic,
ROS_DISTRO: melodic,
ROS_REPO: main,
AFTER_INIT: 'pip install cmake'
UPSTREAM_WORKSPACE: 'github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master',
TARGET_WORKSPACE: '. github:ros-industrial-consortium/trajopt_ros#feature/CommandLanguage github:mpowelson/cpp-taskflow#catkinized',
ROSDEP_SKIP_KEYS: "bullet3 cmake_common_scripts iwyu fcl",
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
OS_CODE_NAME: bionic,
ROS_DISTRO: melodic,
ROS_REPO: main,
AFTER_INIT: 'pip install cmake'
UPSTREAM_WORKSPACE: 'github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master',
TARGET_WORKSPACE: '. github:ros-industrial-consortium/trajopt_ros#feature/CommandLanguage github:mpowelson/cpp-taskflow#catkinized',
ROSDEP_SKIP_KEYS: "bullet3 cmake_common_scripts iwyu fcl",
Expand All @@ -69,6 +71,7 @@ jobs:
OS_CODE_NAME: xenial,
ROS_DISTRO: kinetic,
ROS_REPO: main,
AFTER_INIT: 'pip install cmake'
UPSTREAM_WORKSPACE: 'github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master',
TARGET_WORKSPACE: '. github:ros-industrial-consortium/trajopt_ros#feature/CommandLanguage github:mpowelson/cpp-taskflow#catkinized',
ROSDEP_SKIP_KEYS: "bullet3 cmake_common_scripts iwyu fcl benchmark",
Expand All @@ -83,6 +86,7 @@ jobs:
OS_CODE_NAME: bionic,
ROS_DISTRO: melodic,
ROS_REPO: main,
AFTER_INIT: 'pip install cmake'
UPSTREAM_WORKSPACE: 'github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master',
TARGET_WORKSPACE: '. github:ros-industrial-consortium/trajopt_ros#feature/CommandLanguage github:mpowelson/cpp-taskflow#catkinized',
ROSDEP_SKIP_KEYS: "bullet3 cmake_common_scripts iwyu fcl",
Expand Down

0 comments on commit d80dfdb

Please sign in to comment.