Skip to content
Snippets Groups Projects
Commit 8cb13171 authored by David Bergström's avatar David Bergström
Browse files

Export the correct directory

parent 7ef82b22
No related branches found
No related tags found
No related merge requests found
Pipeline #715 passed
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages: pages:
image: davidbergstrom/pycommandcenterenv image: davidbergstrom/pycommandcenterenv
stage: deploy stage: deploy
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- make -j 3 library - make library
- cd ../docs - cd ../docs
- make html - make html
- cd .. - cd ..
- mkdir .public - mkdir .public
- cp -r docs/_build/html .public - cp -r docs/_build/html/* .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
......
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