This repository has been archived since renderdoc-rs
switched to GitHub Actions (ebkalderon/renderdoc-rs#135).
Base Docker images used to build and test renderdoc-rs in CircleCI.
These images are based on circleci/rust with the RenderDoc package installed
from the Debian unstable
repository.
- Make any desired changes to the scripts.
- Run
./scripts/generate.sh > Dockerfile
to generate the new Dockerfile. docker build -t ebkalderon/renderdoc-rs-circleci:${rust_version} .
- Commit the desired changes.
- Merge the changes into
master
. - New image is automatically generated, tested, and pushed to Docker Hub.
- Switch to the renderdoc-rs repository and update the
.circleci/config.yml
to point to the new tag, if necessary.
The tag names used for this image are taken from the underlying circleci/rust
image that this image is based on. For example, if the container is updated to
use circleci/rust:1.34.2
as a base, for example, then a container named
ebkalderon/renderdoc-rs-circleci:1.34.2
will be deployed.
renderdoc-rs-circleci-dockerfile
is free and open source software distributed
under the terms of the MIT License.