From 5ed230fdec6d084594610c36474c0145f707b781 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 28 Nov 2022 15:30:48 +0100 Subject: [PATCH 1/2] Add prerelease workflow --- .github/workflows/prerelease.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/prerelease.yml diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml new file mode 100644 index 000000000..84ee80f99 --- /dev/null +++ b/.github/workflows/prerelease.yml @@ -0,0 +1,30 @@ +name: ROS prerelease test +on: + pull_request: + branches: + - master + +jobs: + prerelease_test: + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + ROS_DISTRO: [humble, rolling] + OS_VERSION: [jammy] + include: + - ROS_DISTRO: melodic + OS_VERSION: bionic + - ROS_DISTRO: noetic + OS_VERSION: focal + - ROS_DISTRO: foxy + OS_VERSION: focal + + steps: + - uses: actions/checkout@v1 + - run: sudo apt-get install -y python3-pip + - run: sudo pip3 install bloom rosdep + - run: sudo rosdep init + - run: rosdep update + - run: bloom-generate rosdebian --ros-distro ${{ matrix.ROS_DISTRO }} --os-name ubuntu --os-version ${{ matrix.OS_VERSION }} From ee997cb8aa9644928f09d4bbbdb860456811c290 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 28 Nov 2022 16:11:25 +0100 Subject: [PATCH 2/2] Remove license entry for non-existent Dockerfile --- package.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/package.xml b/package.xml index 3946bcef0..ddf24c51e 100644 --- a/package.xml +++ b/package.xml @@ -13,7 +13,6 @@ Apache-2.0 BSD-2-Clause Zlib - MIT http://wiki.ros.org/ur_client_library https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues