Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Update build-deb.yml #7

Update build-deb.yml

Update build-deb.yml #7

Workflow file for this run

name: Build Debian Package
on:
push:
branches: [ "humble" ]
pull_request:
branches: [ "humble" ]
permissions:
contents: read
jobs:
build_debian:
runs-on: ubuntu-22.04
steps:
- name: Install dependecies
run: |
sudo apt-get update
sudo apt-get install -y python3-bloom python3-rosdep2 fakeroot debhelper dh-python
- name: Initialize rosdep
if: always()
run: |
sudo rosdep init
rosdep update
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: humble
- name: Build debian package
run: |
bloom-generate rosdebian
fakeroot debian/rules binary