Skip to content
Snippets Groups Projects
Verified Commit 0b739292 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pip) Modified docker image for clang-format version

parent 1ea5b680
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #50745 passed with warnings
default:
image: pdechamps/blaster
image: rboman/waves-py3:2023.0
before_script:
- "export INCLUDE=:/usr/include/mkl:"
- source /opt/intel/oneapi/mkl/latest/env/vars.sh
- source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc)
- printenv | sort
......@@ -24,8 +25,8 @@ format:
<<: *global_tag_def
stage: build
script:
- clang-format-11 --version # we use clang-format-11 exclusively
- ./format/format.py
- clang-format --version
- ./modules/dartflo/ext/amfe/scripts/format_code.py
- mkdir -p patches
- if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment