Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/build-and-test-nightly.yml

This file was deleted.

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

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/build-debian-nightly.yml

This file was deleted.

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

This file was deleted.

50 changes: 50 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [master]
jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
path: kansei

- name: Checkout Keisan
uses: actions/[email protected]
with:
repository: ichiro-its/keisan
path: keisan

- name: Checkout Kansei Interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/kansei_interfaces
path: kansei_interfaces

- name: Checkout Musen
uses: actions/[email protected]
with:
repository: ichiro-its/musen
path: musen

- name: Checkout Tachimawari
uses: actions/[email protected]
with:
repository: ichiro-its/tachimawari
path: tachimawari

- name: Setup workspace
uses: ichiro-its/ros2-ws-action/[email protected]
with:
distro: iron

- name: Build workspace
uses: ichiro-its/ros2-ws-action/[email protected]

- name: Test workspace
uses: ichiro-its/ros2-ws-action/[email protected]