mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Add Doxyfile to container to generate docs
This commit is contained in:
parent
039d09dff4
commit
9ca5b380f5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ LABEL maintainer="30hours <nathan@30hours.dev>"
|
|||
|
||||
ADD src src
|
||||
ADD test test
|
||||
ADD CMakeLists.txt CMakePresets.json /blah2/
|
||||
ADD CMakeLists.txt CMakePresets.json Doxyfile /blah2/
|
||||
RUN mkdir -p build && cd build && cmake -S . --preset prod-release \
|
||||
-DCMAKE_PREFIX_PATH=/blah2/lib/vcpkg_installed/x64-linux/share .. \
|
||||
&& cd prod-release && make
|
||||
|
|
Loading…
Reference in a new issue