File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - name : Build examples without ROS dependencies
5555 run : |
56- nix develop '.#noRos-ci' -c cargo build --example z_custom_message
56+ nix develop '.#noRos-ci' -c cargo build --examples
5757
5858 - name : Run tests
5959 run : |
@@ -133,9 +133,7 @@ jobs:
133133 - name : Build ROS message examples
134134 run : |
135135 nix develop '.#${{ matrix.distro }}-ci' -c cargo build -p ros-z-msgs
136- nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example twist_pub
137- nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example battery_state_sub
138- nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example laser_scan
136+ nix develop '.#${{ matrix.distro }}-ci' -c cargo build --examples
139137 nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example z_srvcli --features external_msgs
140138
141139 - name : Build protobuf demo
You can’t perform that action at this time.
0 commit comments