Skip to content

Installation of valgrind in CI #14

Installation of valgrind in CI

Installation of valgrind in CI #14

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 gcovr valgrind
- name: Configure
run: ./configure
- name: Run checks
run: make rungcov valgrindu
- name: Build & package
run: make build doc dev_doc deb