Skip to content

Commit

Permalink
Merge pull request #41 from husarion/add-industrial-ci
Browse files Browse the repository at this point in the history
Create industrial_ci.yaml
  • Loading branch information
delihus authored Aug 2, 2023
2 parents 62c7f72 + c07c4d8 commit 94795ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Industrial CI
on:
workflow_call:
pull_request:
push:
branches:
- master

jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone installation requirements
shell: bash
run : python3 -m pip install -U vcstool &&
vcs import . < ./rosbot_xl/rosbot_xl_hardware.repos &&
vcs import . < ./rosbot_xl/rosbot_xl_simulation.repos
- uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{matrix.ROS_DISTRO}}

0 comments on commit 94795ff

Please sign in to comment.