Skip to content

IkeLewis/docker-cpp-coveralls

Repository files navigation

Build Status

docker-cpp-coveralls

Dockerize cpp-coveralls (run cpp-coveralls in a docker container).

Online Installation

$ docker pull ikelewis/cpp-coveralls

Pre-Offline Installation

Pull the image from Docker Hub, and then save it to a device (e.g. an sd-card) that can later be placed in read-only mode.

$ docker pull ikelewis/cpp-coveralls
$ docker save -o cpp-coveralls.tar ikelewis/cpp-coveralls

Offline Installation

Make sure the device used in the previous step is in read-only mode before inserting/connecting it to the desired machine in your offline network. Then load the image onto the machine.

$ docker load -i cpp-coveralls.tar

Command Line Usage

The following example is taken from the CMakeLists.txt file of the zvalue project.

$ docker run -it --rm -v ${CMAKE_SOURCE_DIR}/docker:/entrypoint/:ro
--entrypoint=/entrypoint/coveralls.sh \${EXTRA_DOCKER_OPTIONS}
ikelewis/cpp-coveralls

Removal

$ docker rmi ikelewis/cpp-coveralls

About

Dockerize cpp-coveralls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages