mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
ci: create build directories for pages
This commit is contained in:
parent
e29a4bff03
commit
cdce7701b8
@ -105,14 +105,12 @@ release-create:
|
||||
|
||||
pages:
|
||||
stage: release
|
||||
dependencies:
|
||||
- build-poet
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y doxygen graphviz
|
||||
- mkdir public
|
||||
- mkdir {build,public}
|
||||
script:
|
||||
- pushd build
|
||||
- make doxygen
|
||||
- cmake .. && make doxygen
|
||||
- popd && mv build/docs/html/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user