7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 18:45:32 +00:00

Remove the doxygen python build from the docker copy

This commit is contained in:
Marek Roszko 2022-12-22 21:46:37 -05:00
parent e152cf0a92
commit 987f330b19

View File

@ -14,10 +14,8 @@ 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
COPY --from=build-doxygen-env /src/doxygen/out/html /doxygen-docs_html