Skip to content

Build debian packages from ROS 1 packages using Github Action.

License

Notifications You must be signed in to change notification settings

gdut-dynamic-x/ros-build-deb-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-build-deb-action

Test

Build debian packages from ROS 1 packages using Github Action.

Usage

See action.yml.

Basic

steps:
    - uses: actions/checkout@v3
    - uses: ros-tooling/[email protected]
      with:
        required-ros-distributions: noetic
    - uses: gdut-dynamic-x/ros-build-deb-action@v1
      with:
        ros_distro: noetic
        timestamp: true
    - name: Get artifact
      uses: actions/upload-artifact@v3
      with:
        name: artifact
        path: |
            *.deb
            *.ddeb

License

The scripts and documentation in this project are released under the MIT License

About

Build debian packages from ROS 1 packages using Github Action.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages