mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
[jenkins] align Dockerfile to triqs, too
This commit is contained in:
parent
c99d08cbc0
commit
fe53a65b5f
@ -10,6 +10,7 @@ WORKDIR $BUILD/$APPNAME
|
||||
RUN chown build .
|
||||
USER build
|
||||
ARG BUILD_DOC=0
|
||||
RUN cmake $SRC/$APPNAME -DTRIQS_ROOT=${INSTALL} -DBuild_Documentation=${BUILD_DOC} && make -j2 || make -j1 VERBOSE=1
|
||||
ARG BUILD_ID
|
||||
RUN cmake $SRC/$APPNAME -DTRIQS_ROOT=${INSTALL} -DBuild_Documentation=${BUILD_DOC} -DBuild_Deps=Always && make -j2 || make -j1 VERBOSE=1
|
||||
USER root
|
||||
RUN make install
|
||||
|
Loading…
Reference in New Issue
Block a user