Skip to content

Ubuntu20.04, ROS1 Continuous Integration #54

Ubuntu20.04, ROS1 Continuous Integration

Ubuntu20.04, ROS1 Continuous Integration #54

name: Ubuntu20.04, ROS1 Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
#
# Setup the machines and build environment
#
- name: Install ROS.
uses: ros-tooling/setup-ros@v0.2
with:
required-ros-distributions: noetic
#
# Checkout the current branch
#
- uses: actions/checkout@v2
#
# Build and test the repo
#
- uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: linear_feedback_controller_msgs
target-ros1-distro: noetic