Skip to content

Commit

Permalink
Add prerelease workflow, thanks Tyler (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Jun 30, 2021
1 parent 35cae27 commit b3300d6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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:

jobs:
default:
strategy:
fail-fast: false
matrix:
distro: [foxy, galactic, rolling]

env:
ROS_DISTRO: ${{ matrix.distro }}
PRERELEASE: true
BASEDIR: ${{ github.workspace }}/.work

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 b3300d6

Please sign in to comment.