Skip to content

Commit

Permalink
swap to different ci
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 21, 2023
1 parent f0cc725 commit 6a8c740
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/ci-industrial.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build
on:
workflow_dispatch:
pull_request:
push:

jobs:
ci_build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
env:
ROS_DISTRO: rolling
steps:
- uses: ros-tooling/setup-ros@0.6.2
with:
required-ros-distributions: ${{ env.ROS_DISTRO }}
- uses: actions/checkout@v3
- uses: ros-tooling/action-ros-ci@0.3.2
with:
target-ros2-distro: ${{ env.ROS_DISTRO }}
# import-token: ${{ secrets.GITHUB_TOKEN }}
# build all packages listed in the meta package


0 comments on commit 6a8c740

Please sign in to comment.