We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7846460 commit fd936b7Copy full SHA for fd936b7
1 file changed
.gitlab-ci.yml
@@ -40,6 +40,8 @@ noether-rocm:
40
- cd .. && export NEK5K_VERSION=Nek5000-19.0 && { [[ -d $NEK5K_VERSION ]] || { git clone --depth 1 --branch v19.0 https://github.com/Nek5000/Nek5000.git $NEK5K_VERSION && cd $NEK5K_VERSION/tools && ./maketools genbox genmap reatore2 && cd ../..; }; } && git -C $NEK5K_VERSION describe --tags && export NEK5K_DIR=$PWD/$NEK5K_VERSION && export PATH=$NEK5K_DIR/bin:$PATH MPI=0 && cd libCEED
41
- make -k -j$NPROC_CPU BACKENDS="$BACKENDS_CPU" junit search=nek
42
- make -k -j$NPROC_GPU BACKENDS="$BACKENDS_GPU" junit search=nek
43
+# Clang-tidy
44
+ - clang-tidy --version && TIDY_OPTS="-fix-errors" make -j$NPROC_CPU tidy && git diff --exit-code
45
# Report status
46
- echo "SUCCESS" > .job_status
47
after_script:
0 commit comments