mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 01:18:22 +01:00
Add doctest library to ci.Dockerfile
This commit is contained in:
parent
b104fdcf52
commit
332f419faf
@ -1,4 +1,14 @@
|
||||
FROM alpine
|
||||
MAINTAINER Max Luebke <mluebke@uni-potsdam.de>
|
||||
|
||||
LABEL maintainer="Max Luebke <mluebke@uni-potsdam.de"
|
||||
|
||||
RUN apk add --no-cache build-base openmp cmake git eigen-dev
|
||||
|
||||
RUN git clone https://github.com/doctest/doctest.git /doctest \
|
||||
&& cd /doctest \
|
||||
&& mkdir build \
|
||||
&& cd build \
|
||||
&& cmake .. \
|
||||
&& make install \
|
||||
&& cd / \
|
||||
&& rm -rf /doctest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user