🎈 perf: Set env variable for colorized output #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: [ humble ] | |
pull_request: | |
branches: [ humble ] | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-22.04 | |
container: | |
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-desktop-latest | |
steps: | |
- name: Setup ROS 2 | |
uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: humble | |
- name: Build pb_cmu_navigation | |
uses: ros-tooling/[email protected] | |
with: | |
package-name: pb_cmu_navigation | |
target-ros2-distro: humble |