mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Merge branch 'fix-ci' into 'main'
ci: create build directories for pages See merge request naaice/poet!7
This commit is contained in:
commit
761cddd469
@ -105,14 +105,12 @@ release-create:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: release
|
stage: release
|
||||||
dependencies:
|
|
||||||
- build-poet
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y doxygen graphviz
|
- apt-get update && apt-get install -y doxygen graphviz
|
||||||
- mkdir public
|
- mkdir {build,public}
|
||||||
script:
|
script:
|
||||||
- pushd build
|
- pushd build
|
||||||
- make doxygen
|
- cmake .. && make doxygen
|
||||||
- popd && mv build/docs/html/* public/
|
- popd && mv build/docs/html/* public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user