Skip to content

include Niklas' improved json printer in kamping (#739) #2511

include Niklas' improved json printer in kamping (#739)

include Niklas' improved json printer in kamping (#739) #2511

Workflow file for this run

name: Doxygen Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
doxygen-check:
name: Doxygen Check
runs-on: ubuntu-latest
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.2"
steps:
- uses: actions/[email protected]
with:
submodules: 'recursive'
- name: version
run: doxygen --version
- name: cmake
run: cmake -B build
- name: run-doxygen
run: cmake --build build/ --target docs