mirror of https://github.com/aminya/setup-cpp
test: update cpp_vcpkg_project submdoule
This commit is contained in:
parent
3dbe25a6dc
commit
85fa64823e
|
@ -1 +1 @@
|
|||
Subproject commit b10f2e841835b93cee67dff1eb70d6fa5c0ac0cd
|
||||
Subproject commit 467e5baf5e5caff2a6462581f7c2b0ca62d9af8c
|
|
@ -17,9 +17,6 @@ WORKDIR "/"
|
|||
# run installation
|
||||
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --cppcheck true --ccache true --vcpkg true --doxygen true --gcovr true --task true
|
||||
|
||||
# TODO fails!
|
||||
# --cppcheck true
|
||||
|
||||
# clean up
|
||||
RUN pacman -Scc --noconfirm
|
||||
RUN rm -rf /tmp/*
|
||||
|
|
Loading…
Reference in New Issue