mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Docker: Switch manual to pdbg (#5074)
This commit is contained in:
parent
30e889138e
commit
8b341f7d8e
3 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ COPY ./CMakeLists.txt .
|
|||
|
||||
# Compile CP2K.
|
||||
COPY ./tools/docker/scripts/build_cp2k.sh .
|
||||
RUN ./build_cp2k.sh toolchain psmp
|
||||
RUN ./build_cp2k.sh toolchain pdbg
|
||||
|
||||
# Generate manual.
|
||||
COPY ./docs ./docs
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@ RUN /bin/bash -ec "./tools/conventions/test_conventions.sh |& tee report.log"
|
|||
|
||||
# ======================================================================================
|
||||
def manual() -> str:
|
||||
return install_cp2k(profile="toolchain", version="psmp", revision=True) + rf"""
|
||||
return install_cp2k(profile="toolchain", version="pdbg", revision=True) + rf"""
|
||||
# Generate manual.
|
||||
COPY ./docs ./docs
|
||||
COPY ./tools/input_editing ./tools/input_editing
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ echo -e "\n========== Generating Manual =========="
|
|||
mkdir -p /workspace/artifacts/manual
|
||||
cd /workspace/artifacts/manual
|
||||
|
||||
/opt/cp2k/build/bin/cp2k.psmp --version
|
||||
/opt/cp2k/build/bin/cp2k.psmp --xml
|
||||
/opt/cp2k/build/bin/cp2k.pdbg --version
|
||||
/opt/cp2k/build/bin/cp2k.pdbg --xml
|
||||
|
||||
set +e # disable error trapping for remainder of script
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue