Skip to content

Commit

Permalink
Add doxygen back
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Oct 24, 2024
1 parent f8b0ff9 commit 1b58ddb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ jobs:
run: |
./scripts/compile.sh -DLLVM_LIT_ARGS="-a" -DLLVM_EXTERNAL_LIT=$(which lit) -DMLIR_DIR=${{ github.workspace }}/mlir/lib/cmake/mlir
cmake --build build --target check-imex
- name: Build doxygen docs
shell: bash -le {0}
run: |
cmake --build build --target doc_doxygen

0 comments on commit 1b58ddb

Please sign in to comment.