Skip to content

Commit

Permalink
feat: use ci
Browse files Browse the repository at this point in the history
  • Loading branch information
borednuna committed Feb 5, 2024
1 parent f1e07fd commit 0c79227
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 134 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build-and-test-nightly.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/build-and-test-stable.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ROS 2 CI
on:
push:
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
path: workspace

- name: Build and test workspace
uses: ichiro-its/[email protected]
with:
distro: iron
46 changes: 0 additions & 46 deletions .github/workflows/build-debian-nightly.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/build-debian-stable.yml

This file was deleted.

0 comments on commit 0c79227

Please sign in to comment.