Skip to content

Commit

Permalink
Add github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dave992 committed May 2, 2024
1 parent af04fae commit 81cd64b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 34 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build

on: [push, pull_request]

jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
34 changes: 0 additions & 34 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 81cd64b

Please sign in to comment.