Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcnmx/ci
CI helpers
https://github.com/arcnmx/ci
Last synced: 18 days ago
JSON representation
CI helpers
- Host: GitHub
- URL: https://github.com/arcnmx/ci
- Owner: arcnmx
- Created: 2016-01-04T04:22:59.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:40:42.000Z (2 months ago)
- Last Synced: 2024-09-13T06:51:18.891Z (2 months ago)
- Language: Nix
- Homepage: https://arcnmx.github.io/ci
- Size: 392 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ci
[![ci-badge][]][ci] [![docs-badge][]][docs]
A configurable continuous integration and testing system built on top of nix and
the NixOS module system.## Getting Started
See the proper [documentation page][docs] for a full description.
### Quick Sample
With [nix](https://nixos.org/nix/) installed...
```bash
export NIX_PATH=ci=https://github.com/arcnmx/ci/archive/v0.7.tar.gz
nix run --arg config '' -f '' test
```### Provider Support
Though a simple command like the above can be run on any machine or CI service,
automated configuration generators and full support for job descriptions and
integrated features such as matrix builds are currently supported for:- [GitHub Actions](https://github.com/features/actions)
[ci-badge]: https://github.com/arcnmx/ci/workflows/tests-tasks/badge.svg
[ci]: https://github.com/arcnmx/ci/actions
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: https://arcnmx.github.io/ci