Skip to content

Commit

Permalink
[jenkins] Always build with G2 Measure ON, Update G2.ref.h5 file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 2, 2023
1 parent 67ff398 commit a753cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN chown build .
USER build
ARG BUILD_ID
ARG CMAKE_ARGS
RUN cmake $SRC/$APPNAME -DTRIQS_ROOT=${INSTALL} $CMAKE_ARGS && make -j4 || make -j1 VERBOSE=1
RUN cmake $SRC/$APPNAME -DMeasureG2=ON -DTRIQS_ROOT=${INSTALL} $CMAKE_ARGS && make -j4 || make -j1 VERBOSE=1
USER root
RUN make install
Binary file modified test/c++/G2.ref.h5
Binary file not shown.

0 comments on commit a753cec

Please sign in to comment.