https://github.com/collabora/gitlab-runner-rs
Helper crate to build custom gitlab runners
https://github.com/collabora/gitlab-runner-rs
Last synced: about 1 year ago
JSON representation
Helper crate to build custom gitlab runners
- Host: GitHub
- URL: https://github.com/collabora/gitlab-runner-rs
- Owner: collabora
- License: apache-2.0
- Created: 2021-09-26T18:41:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T02:09:47.000Z (about 1 year ago)
- Last Synced: 2025-04-11T18:27:53.966Z (about 1 year ago)
- Language: Rust
- Size: 270 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# gitlab-runner-rs
[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MIT/Apache-2 licensed][license-badge]][license-url]
[![Build Status][actions-badge]][actions-url]
[crates-badge]: https://img.shields.io/crates/v/gitlab-runner
[crates-url]: https://crates.io/crates/gitlab-runner
[docs-badge]: https://docs.rs/gitlab-runner/badge.svg
[docs-url]: https://docs.rs/gitlab-runner
[license-badge]: https://img.shields.io/badge/license-MIT_OR_Apache--2-blue.svg
[license-url]: LICENSE-APACHE
[actions-badge]: https://github.com/collabora/gitlab-runner-rs/workflows/CI/badge.svg
[actions-url]:https://github.com/collabora/gitlab-runner-rs/actions?query=workflow%3ACI
[GitLab](https://gitlab.com) provides a REST style API for CI runners. These
crates abstract this API away so custom runners can easily be build without
any knowledge of the gitlab APIs
This workspace consists of two crates:
* [gitlab-runner](gitlab-runner/README.md) - Main runner crate
* gitlab-runner-mock - Mock crate for the gitlab runner APIs