Setting up gitlab-ci for rust
3 minute read Published: 2018-05-14We're going to create a multi-stage pipeline based on the one I'm using at work, featuring:
- a build image
- linting
- test & release builds
- docker containers
We're going to create a multi-stage pipeline based on the one I'm using at work, featuring: