File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ sphinx:
55 builder : html
66
77build :
8- os : " ubuntu-22 .04"
8+ os : " ubuntu-24 .04"
99 tools :
1010 python : " 3.11"
1111 apt_packages :
12- - clang-13
12+ - clang-16
1313 - cmake
14- - libclang-13 -dev
15- - llvm-13 -dev
16- - llvm-13 -tools
14+ - libclang-16 -dev
15+ - llvm-16 -dev
16+ - llvm-16 -tools
Original file line number Diff line number Diff line change 5050html_extra_path = [CPPINTEROP_ROOT + '/build/docs/' ]
5151
5252import subprocess
53- command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-13 /build/lib/cmake/clang\
54- -DLLVM_DIR=/usr/lib/llvm-13 /build/lib/cmake/llvm -DCPPINTEROP_ENABLE_DOXYGEN=ON\
53+ command = 'mkdir {0}/build; cd {0}/build; cmake ../ -DClang_DIR=/usr/lib/llvm-16 /build/lib/cmake/clang\
54+ -DLLVM_DIR=/usr/lib/llvm-16 /build/lib/cmake/llvm -DCPPINTEROP_ENABLE_DOXYGEN=ON\
5555 -DCPPINTEROP_INCLUDE_DOCS=ON' .format (CPPINTEROP_ROOT )
5656subprocess .call (command , shell = True )
5757subprocess .call ('doxygen {0}/build/docs/doxygen.cfg' .format (CPPINTEROP_ROOT ), shell = True )
You can’t perform that action at this time.
0 commit comments