parent
e737ae9e32
commit
86ddb5393d
7 changed files with 14 additions and 10 deletions
@ -1,3 +1,7 @@ |
|||||||
RUN apt-get update && apt-get -y install wget xz-utils |
RUN apt-get update && apt-get -y install wget xz-utils |
||||||
RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||||
RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||||
|
RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format |
||||||
|
ENV CLANG_FORMAT=clang-format |
||||||
|
RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-tidy /usr/local/bin/clang-tidy |
||||||
|
ENV CLANG_TIDY=clang-tidy |
||||||
|
Loading…
Reference in new issue