22 lines
464 B
Markdown
22 lines
464 B
Markdown
# rust_ci_image
|
|
|
|
A docker image usable for Gitea Actions, containing common dependencies to minimize installation time.
|
|
|
|
The image can be pulled from `git.marinodev.com/marinodev/rust_gitea_ci:latest`
|
|
|
|
# Features
|
|
|
|
The image has the following for use in ci/cd
|
|
|
|
- node
|
|
- [junit-report-merger](https://github.com/bhovhannes/junit-report-merger)
|
|
- docker
|
|
- rust
|
|
- clippy
|
|
- rustfmt
|
|
- cargo-leptos
|
|
- leptosfmt
|
|
- sqlx-cli
|
|
- cargo-nextest
|
|
- cargo-llvm-cov
|