Skip to content

[fix] find_package order of PCL and catkin #15

[fix] find_package order of PCL and catkin

[fix] find_package order of PCL and catkin #15

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-melodic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile_melodic_18_04 --tag mins:melodic
build-noetic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile_noetic_20_04 --tag mins:noetic