Skip to content

Commit

Permalink
pre-release test for noetic (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Jun 16, 2021
1 parent 58a6eac commit 460caab
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/prerelease.yaml
@@ -0,0 +1,30 @@
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)

name: pre-release

on:
workflow_dispatch:
push:

jobs:
default:
strategy:
fail-fast: false
matrix:
distro: [noetic]

env:
# https://github.com/ros-industrial/industrial_ci/issues/666
BUILDER: catkin_make_isolated
ROS_DISTRO: ${{ matrix.distro }}
PRERELEASE: true
BASEDIR: ${{ github.workspace }}/.work

if: github.event_name == 'workflow_disptach' # only allow manual triggering
name: "${{ matrix.distro }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: industrial_ci
uses: ros-industrial/industrial_ci@master

0 comments on commit 460caab

Please sign in to comment.