Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Turn off tests in CMake when just generating list of files for clang-… #206

Turn off tests in CMake when just generating list of files for clang-…

Turn off tests in CMake when just generating list of files for clang-… #206

Workflow file for this run

name: doxygen
on: [push,pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: doxygen-test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: install doxygen
run: |
sudo apt install doxygen
- name: run doxygen
run: |
cd docs
doxygen Doxyfile
Morty Proxy This is a proxified and sanitized view of the page, visit original site.