aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add release creation to GitLab CIv0.1.2A Farzat17 hours1-3/+30
|
* Prevent accidental GitLab CI releases using 'when'A Farzat17 hours1-0/+2
|
* Remove redundant backslash in GitLab CI commandsA Farzat17 hours1-4/+4
|
* Add appropriate toolchains and ENV to GitLab CIA Farzat26 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 Farzat26 hours1-5/+24
|
* Set CARGO_HOME in GitLab CI to inside project dirA Farzat26 hours1-0/+3
| | | | This lets it know where to find and cache cargo files.
* Add cargo-clippy manually for GitLab CIA Farzat31 hours1-1/+1
|
* Manually install rustfmt for GitLab CIA Farzat31 hours1-0/+1
|
* Add basic GitLab CI workflowA Farzat32 hours1-0/+49