Skip to content

Commit

Permalink
feat: add ros ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SS47816 committed Jan 23, 2024
1 parent 2e6088d commit 0209ba1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 127 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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: CI

on: [push, pull_request]

jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
28 changes: 0 additions & 28 deletions .vscode/c_cpp_properties.json

This file was deleted.

99 changes: 0 additions & 99 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 0209ba1

Please sign in to comment.