Gitlab CI container for building rust projects
1.2K
This builds a Rust project Docker container designed for use in Gitlab CI for Rust projects.
It is derived from the official rust image and includes:
rustupcargorustfmtclippycargo-kcov (and the underlying kcov binary)cargo-readmecargo-treecargo-outdatedcargo-tarpaulinjustTo just grab a local copy:
docker pull bradqwood/rust-build-docker:latest
In a gitlab-ci.yml file just set your image like so:
image: bradqwood/rus-build-docker:latest
...
kcov stuff.Content type
Image
Digest
Size
563.3 MB
Last updated
about 6 years ago
docker pull bradqwood/rust-build-docker