mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Merge branch 'v0.x' into 'main'
Fix path in GitLab CI See merge request naaice/poet!25
This commit is contained in:
commit
805f674043
@ -108,7 +108,7 @@ pages:
|
||||
script:
|
||||
- pushd build_pages
|
||||
- cmake .. && make doxygen
|
||||
- popd && mv build/docs/html/* public/
|
||||
- popd && mv build_pages/docs/html/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
@ -2,8 +2,7 @@ FROM debian
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get install -y \
|
||||
cmake-curses-gui \
|
||||
clangd \
|
||||
cmake \
|
||||
git \
|
||||
libeigen3-dev \
|
||||
libopenmpi-dev \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user