From e518b38d6b6ee62486c7ada5e38b3b1c755fdf0b Mon Sep 17 00:00:00 2001 From: Stefan Scherzinger Date: Mon, 26 Aug 2024 09:23:58 +0200 Subject: [PATCH] Activate the CI pipeline for ROS2 `Jazzy` --- .../workflows/industrial_ci_jazzy_action.yml | 24 +++++++++++++++++++ README.md | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 .github/workflows/industrial_ci_jazzy_action.yml diff --git a/.github/workflows/industrial_ci_jazzy_action.yml b/.github/workflows/industrial_ci_jazzy_action.yml new file mode 100644 index 0000000..3250437 --- /dev/null +++ b/.github/workflows/industrial_ci_jazzy_action.yml @@ -0,0 +1,24 @@ +name: Jazzy + +on: + push: + pull_request: + schedule: + # Run every Friday at 6:30 am to detect breaking APIs + - cron: '30 6 * * 5' + + +jobs: + industrial_ci: + env: + BEFORE_BUILD_TARGET_WORKSPACE: '.github/script/install_dependencies.sh' + strategy: + fail-fast: false + matrix: + env: + - {ROS_DISTRO: jazzy, ROS_REPO: jazzy} + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: 'ros-industrial/industrial_ci@master' + env: ${{matrix.env}} diff --git a/README.md b/README.md index 930184a..1c25ce4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ build badge iron + + build badge jazzy + build badge rolling