Skip to content

Allow to return a status from calling wait() and test() on `NonBl… #1904

Allow to return a status from calling wait() and test() on `NonBl…

Allow to return a status from calling wait() and test() on `NonBl… #1904

Workflow file for this run

name: Doxygen Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
doxygen-check:
name: Doxygen Check
runs-on: self-hosted
timeout-minutes: 10
container:
image: "localhost:5000/kamping-ci"
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: version
run: doxygen --version
- name: cmake
run: cmake -B build
- name: run-doxygen
run: cmake --build build/ --target docs