Skip to content

Commit

Permalink
[CI] Skip ROS-based states because standalone build does not assume t…
Browse files Browse the repository at this point in the history
…he existence of ROS.
  • Loading branch information
mmurooka committed Aug 2, 2024
1 parent 38fb436 commit 23e0a5d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,15 @@ jobs:
mpc-method: PreviewControlZmp
mpc-framework: OpenLoopMpc
motion-type: WalkingOnPlaneVel # WalkingOnPlane
- os: ubuntu-20.04
catkin-build: standalone # catkin
build-type: RelWithDebInfo
mc-rtc-version: head
compiler: gcc
mpc-method: PreviewControlZmp
mpc-framework: OpenLoopMpc
motion-type: WalkingOnPlaneRos # WalkingOnPlane
# Skip ROS-based states because standalone build does not assume the existence of ROS.
# - os: ubuntu-20.04
# catkin-build: standalone # catkin
# build-type: RelWithDebInfo
# mc-rtc-version: head
# compiler: gcc
# mpc-method: PreviewControlZmp
# mpc-framework: OpenLoopMpc
# motion-type: WalkingOnPlaneRos # WalkingOnPlane
- os: ubuntu-20.04
catkin-build: standalone # catkin
build-type: RelWithDebInfo
Expand Down

0 comments on commit 23e0a5d

Please sign in to comment.