Giter Club home page Giter Club logo

ros2-build-debian-action's Introduction

ROS 2 Build Debian Package Action

latest version commits since latest version license test status

This action could be used to build Debian packages from a ROS 2 project.

Usage

For more information, see action.yml and the GitHub Actions guide.

Default Usage

name: Build Debian Packages
on:
  push:
    branches: [ main ]
jobs:
  build-debian-packages:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout this repository
        uses: actions/[email protected]
      - name: Build Debian packages
        uses: ichiro-its/ros2-build-debian-action@main

This will be defaulted to use ROS 2 Foxy Fitzroy.

Use Different ROS 2 Distribution

- name: Build Debian packages
  uses: ichiro-its/ros2-build-debian-action@main
  with:
    ros2-distro: rolling

Use Different Output Directory

- name: Building and testing
  uses: ichiro-its/ros2-build-debian-action@main
  with:
    output-dir: output

License

This project is maintained by ICHIRO ITS and licensed under the MIT License.

ros2-build-debian-action's People

Contributors

maroqijalil avatar nathan24zz avatar threeal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ros2-build-debian-action's Issues

Question

Hi guys. I am using ROS melodic and would like to deploy my private ROS project that is currently in GitHub and passed all other ROS CI GitHub actions. Is there any simple way using GitHub actions to achieve this.

Create Action to Generate Debian.

Create an action.yml with commands to generate Debian packages using bloom-generate and fakeroot commands. After that the resulted package could be put under a package folder (or optionally different folder using an action input).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.