diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-13 00:18:13 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-13 00:31:54 +0200 |
| commit | 2a64d4c8b02138015335b3bff7e360bc9b4f1519 (patch) | |
| tree | 94c5571aa2b8b4a892b5b31aa8d10b0661683c19 /scripts/proj_clang_format | |
| parent | ff771264d7631356c2553e04b427ab3c7546d06d (diff) | |
| download | PROJ-2a64d4c8b02138015335b3bff7e360bc9b4f1519.tar.gz PROJ-2a64d4c8b02138015335b3bff7e360bc9b4f1519.zip | |
reformat_cpp.sh: run inside Docker image if clang-format is not at version 10
Diffstat (limited to 'scripts/proj_clang_format')
| -rw-r--r-- | scripts/proj_clang_format/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/proj_clang_format/Dockerfile b/scripts/proj_clang_format/Dockerfile new file mode 100644 index 00000000..c6bff10a --- /dev/null +++ b/scripts/proj_clang_format/Dockerfile @@ -0,0 +1,5 @@ +# 3.12 for clang-format-10 +FROM alpine:3.12 + +RUN apk add --no-cache clang + |
