Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borednuna committed Feb 5, 2024
1 parent c5ccd3e commit a937ae1
Show file tree
Hide file tree
Showing 5 changed files with 43 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.

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.

43 changes: 43 additions & 0 deletions .github/workflows/ros-2-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
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: Clone Keisan
uses: actions/[email protected]
with:
repository: ichiro-its/keisan
ref: master
path: workspace/src/keisan

- name: Clone Ninshiki Interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/ninshiki_interfaces
ref: master
path: workspace/src/ninshiki_interfaces

- name: Clone Shisen Cpp
uses: actions/[email protected]
with:
repository: ichiro-its/shisen_cpp
ref: master
path: workspace/src/shisen_cpp

- name: Clone Shisen Interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/shisen_interfaces
ref: master
path: workspace/src/shisen_interfaces

- name: Build and test workspace
uses: ichiro-its/[email protected]

0 comments on commit a937ae1

Please sign in to comment.