File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,7 @@ WORKDIR "/"
8
8
# run installation
9
9
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --cppcheck true --ccache true --vcpkg true --doxygen true --gcovr true
10
10
11
- # reload the environment
12
- CMD source ~/.profile
13
-
14
- RUN clang --version
15
- RUN cmake --version
16
- RUN ninja --version
17
- RUN ccache --version
18
- RUN cppcheck --version
19
- RUN vcpkg --version
20
- RUN doxygen --version
21
- RUN dot --version
22
- RUN gcovr --version
11
+ # reload the environment and print the versions
12
+ CMD source ~/.profile && clang --version && cmake --version && ninja --version && ccache --version && cppcheck --version && vcpkg --version && doxygen --version && dot --version && gcovr --version
23
13
24
14
ENTRYPOINT [ "/bin/sh" ]
You can’t perform that action at this time.
0 commit comments