mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Merge branch 'v0.x' into 'main'
CI fixes See merge request naaice/poet!24
This commit is contained in:
commit
9d2c839a3d
@ -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:
|
||||||
|
|||||||
12
util/ci.Dockerfile
Normal file
12
util/ci.Dockerfile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
FROM debian
|
||||||
|
|
||||||
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
|
&& apt-get install -y \
|
||||||
|
cmake-curses-gui \
|
||||||
|
clangd \
|
||||||
|
git \
|
||||||
|
libeigen3-dev \
|
||||||
|
libopenmpi-dev \
|
||||||
|
r-cran-rcpp \
|
||||||
|
r-cran-rinside \
|
||||||
|
libssl-dev
|
||||||
Loading…
x
Reference in New Issue
Block a user