To build a Docker image with C/C++test CT, use the following commands:

cd <INSTALL_DIR>
docker build -f integration/docker/cpptest-ct.dockerfile -t cpptest-ct:latest .

The image will include C/C++test CT and all required dependencies (Python, JRE, GCC compiler etc.)

  • No labels