notes

Setting up gitlab-ci for rust

3 minute read Published: 2018-05-14

We'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