Build the python doxygen in the doxygen docker build

This commit is contained in:
Marek Roszko 2022-12-21 23:50:22 -05:00
parent 8bfec30761
commit bf5fd38bf7
1 changed files with 2 additions and 0 deletions

View File

@ -14,8 +14,10 @@ RUN cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DKICAD_SCRIPTING_WXPYTHON=ON \
-DKICAD_SPICE=ON
RUN make doxygen-docs
RUN make doxygen-python
FROM scratch as output-image
COPY --from=build-doxygen-env /src/doxygen/out/html /doxygen-docs_html
COPY --from=build-doxygen-env /src/build/pcbnew/doxygen-python/html /doxygen-python_html