aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add appropriate toolchains and ENV to GitLab CIA Farzat24 hours1-0/+14
| | | | | Toolchains are needed to link the targets. ENV variables ensure the correct tools are used.
* Add more linux targets to GitLab CIA Farzat24 hours1-5/+24
|
* Set CARGO_HOME in GitLab CI to inside project dirA Farzat24 hours1-0/+3
| | | | This lets it know where to find and cache cargo files.
* Add cargo-clippy manually for GitLab CIA Farzat29 hours1-1/+1
|
* Manually install rustfmt for GitLab CIA Farzat29 hours1-0/+1
|
* Add basic GitLab CI workflowA Farzat29 hours1-0/+49