mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Add cmake consistency check to misc tests
This commit is contained in:
parent
6588233bd8
commit
89e83184de
5 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ apt-get install -qq --no-install-recommends \
|
|||
python3-setuptools \
|
||||
python3-dev \
|
||||
build-essential \
|
||||
gfortran \
|
||||
cmake \
|
||||
golang \
|
||||
unzip \
|
||||
wget
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ run_test mypy --strict ./tools/conventions/analyze_gfortran_ast.py
|
|||
# /workspace/artifacts/dashboard/
|
||||
# done
|
||||
|
||||
run_test cmake -DCP2K_ENABLE_CONSISTENCY_CHECKS=ON .
|
||||
|
||||
echo ""
|
||||
echo "Summary: Miscellaneous tests passed"
|
||||
echo "Status: OK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue