Use the ubuntu image for doxygen builds
This commit is contained in:
parent
a04bac9abd
commit
e00f1d9253
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36 as build-doxygen-env
|
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/ubuntu:22.04 as build-doxygen-env
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
@ -11,6 +11,7 @@ WORKDIR /src/build
|
||||||
|
|
||||||
RUN cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
RUN cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DKICAD_USE_OCC=ON \
|
-DKICAD_USE_OCC=ON \
|
||||||
|
-DKICAD_SCRIPTING_WXPYTHON=ON \
|
||||||
-DKICAD_SPICE=ON
|
-DKICAD_SPICE=ON
|
||||||
RUN make doxygen-docs
|
RUN make doxygen-docs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue