File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 - name : Prepare Documentation Build
6363 run : |
6464 sed -i 's/PROJECT_NUMBER\s*= @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@/PROJECT_NUMBER = master (${{ steps.get_version.outputs.VERSION }})/g' doxygen_config.cmake.in
65- echo "EXCLUDE_PATTERNS = */osi3/* */protobuf-3.20.1/* */proto2cpp/*" >> doxygen_config.cmake.in
65+ echo "EXCLUDE_PATTERNS = */osi3/* */protobuf-3.20.1/* */proto2cpp/* */flatbuffers/* " >> doxygen_config.cmake.in
6666 echo "GENERATE_TREEVIEW = YES" >> doxygen_config.cmake.in
6767
6868 - name : Configure C++ Build
7474 run : cmake --build . --config Release -j 4
7575
7676 - name : Build Python
77- run : python setup.py build && python setup.py sdist
77+ run : python setup.py build && python setup.py sdist
7878
7979 - name : Install Python
8080 run : python -m pip install .
@@ -153,7 +153,7 @@ jobs:
153153 run : cmake --build . --config Release -j 4
154154
155155 - name : Build Python
156- run : python setup.py build && python setup.py sdist
156+ run : python setup.py build && python setup.py sdist
157157
158158 - name : Install Python
159159 run : python -m pip install .
You can’t perform that action at this time.
0 commit comments