Skip to content

Commit

Permalink
init2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Sep 26, 2023
1 parent 1d86d96 commit 3c33f3d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on: [ push, pull_request ]

jobs:
industrial_ci:
runs-on: ubuntu-latest
strategy:
matrix:
env:
- { ROS_DISTRO: humble, ROS_REPO: testing }
- { ROS_DISTRO: humble, ROS_REPO: main }
name: ROS ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
log
build
install
.vscode
.cache

0 comments on commit 3c33f3d

Please sign in to comment.