GitLab CI and Rust

I've spent some time on making GitLab CI work with Rust projects and wanted to share my
experience. Feel free to comment either here or on the blog itself.

4 Likes

Not exactly related to the article, but one nice thing about Gitlab is that it allows you to retreive the build artifacts (if you say so).

I've been using gitlab-ci to generate binaries of my project for windows, linux and android (EDIT: but the window build fails because of https://github.com/rust-lang/rust/issues/32859), which I can then download.
It's very nice to work on your project on one machine, then pick up your phone and download the APK.

I just used this and it did the trick. Great work!