Skip to content
Snippets Groups Projects
Commit be2663fa authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent ad5d98c3
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ RUN cd ${SLEPC_DIR} && ./configure && make
RUN git clone https://gitlab.onelab.info/gmsh/gmsh.git
RUN cd gmsh && mkdir build && cd build && cmake -DDEFAULT=0 -DENABLE_PARSER=1 -DENABLE_POST=1 -DENABLE_PLUGINS=1 -DENABLE_ANN=1 -DENABLE_BLAS_LAPACK=1 -DENABLE_BUILD_LIB=1 -DENABLE_PRIVATE_API=1 .. && make -j8 lib && make install/fast
# update to latest version and rebuild (docker build --build-arg REDO_FROM_HERE=yes)
ARG REDO_FROM_HERE=
RUN cd gmsh && git pull && cd build && make -j8 lib && make install/fast
VOLUME ["/etc/gitlab-runner"]
RUN useradd -ms /bin/bash validator
USER validator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment