Skip to content
Snippets Groups Projects
Commit 278129a7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

webdoc under control of build@scg3

parent b1ad9099
No related branches found
No related tags found
1 merge request!1035webdoc under control of build@scg3 (#337)
Pipeline #75202 passed
...@@ -141,14 +141,14 @@ webdoc: ...@@ -141,14 +141,14 @@ webdoc:
script: script:
- cd hugo - cd hugo
- hugo - hugo
- cp -fr public/* ~/ba-main/hugo-public/ - cp -fr public/* ~www/ba/hugo/public/
- cd .. - cd ..
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -DCONFIGURE_DOXY=ON - cmake .. -DCONFIGURE_DOXY=ON
- make doxyuser - make doxyuser
- cp -fr html/user/* ~/ba-main/doxy/user-API/ - cp -fr html/user/* ~www/ba/doxy/user-API/
- make doxylong - make doxylong
- cp -fr html/long/* ~/ba-main/doxy/full-API/kernel/ - cp -fr html/long/* ~www/ba/doxy/full-API/kernel/
- make doxygui - make doxygui
- cp -fr html/gui/* ~/ba-main/doxy/full-API/GUI/ - cp -fr html/gui/* ~www/ba/doxy/full-API/GUI/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment