Skip to content
Snippets Groups Projects
ci_ubuntu18_04_ros1.yml 719 B
name: Ubuntu18.04, ROS1 Continuous Integration

on:
  push:
    branches:
    - master
    - devel
    - mnaveau/ubuntu20.04_ros1_ros2
  pull_request:
    branches:
    - master
    - devel

jobs:
  build:
    runs-on: ubuntu-18.04
    steps:
      #
      # Setup the machines and build environment
      #
      - name: Install ROS.
        uses: ros-tooling/setup-ros@v0.2
        with:
          required-ros-distributions: melodic

      #
      # Checkout the current branch
      #
      - uses: actions/checkout@v2

      #
      # Build and test the repo
      #
      - uses: ros-tooling/action-ros-ci@v0.2
        with:
          package-name: dynamic_graph_bridge_msgs
          target-ros1-distro: melodic