Skip to content

Commit

Permalink
Try clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 26, 2024
1 parent 62839f2 commit 33968a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
- "graphviz"
jobs:
pre_build:
- "lsb_release -a && gcc --version"
- "./configure CXXFLAGS='-O0 -std=c++23' --enable-documentation"
- "lsb_release -a && g++ --version && clang++ --version"
- "./configure CXX=clang++ CXXFLAGS='-O0 -std=c++23' --enable-documentation"
- "mkdir -p doc/doxygen-html"
- "cd doc && doxygen"
- "mkdir -p -- $READTHEDOCS_OUTPUT/html"
Expand Down

0 comments on commit 33968a8

Please sign in to comment.