mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Fix build of pages
This commit is contained in:
parent
99a62420e7
commit
2c5c6dd166
@ -104,9 +104,9 @@ pages:
|
|||||||
stage: release
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y doxygen graphviz
|
- apt-get update && apt-get install -y doxygen graphviz
|
||||||
- mkdir {build,public}
|
- mkdir {build_pages,public}
|
||||||
script:
|
script:
|
||||||
- pushd build
|
- pushd build_pages
|
||||||
- cmake .. && make doxygen
|
- cmake .. && make doxygen
|
||||||
- popd && mv build/docs/html/* public/
|
- popd && mv build/docs/html/* public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user