Skip to content

Added packaging of debian file #10

Added packaging of debian file

Added packaging of debian file #10

Workflow file for this run

name: Continuous Integration
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install doxygen graphviz
- name: Configure
run: ./configure
- name: Build & package
run: make build doc dev_doc deb