mirror of
https://github.com/aminya/setup-cpp
synced 2024-11-30 21:22:30 +08:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
|
#### Creating the container
|
||
|
FROM node:12-buster
|
||
|
ADD "./dist/" "/"
|
||
|
WORKDIR "/"
|
||
|
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --conan true
|