Add Noetic building to CI

This commit is contained in:
Oleg Kalachev
2021-06-01 04:03:20 +03:00
parent 20867e2cd3
commit d5f1eb617d

View File

@@ -14,3 +14,10 @@ jobs:
- name: Native Melodic build
run: |
docker run --rm -v $(pwd):/root/catkin_ws/src/clover ros:melodic-ros-base /root/catkin_ws/src/clover/builder/standalone-install.sh
build-noetic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Native Noetic build
run: |
docker run --rm -v $(pwd):/root/catkin_ws/src/clover ros:noetic-ros-base /root/catkin_ws/src/clover/builder/standalone-install.sh