Continuous Integration (CI): Difference between revisions

imported>Qknight
No edit summary
imported>Srid
Self-hosted runner
Line 23: Line 23:
See [https://github.com/cachix/install-nix-action install-nix-action] to install nix in Linux/macOS actions.
See [https://github.com/cachix/install-nix-action install-nix-action] to install nix in Linux/macOS actions.
There is also [https://github.com/cachix/cachix-action one action] to setup [https://cachix.org/ cachix], a hosted binary cache.
There is also [https://github.com/cachix/cachix-action one action] to setup [https://cachix.org/ cachix], a hosted binary cache.
==== Self-hosted runners ====
NixOS has a module for running self-hosted GitHub runners. Srid has an [https://github.com/srid/nixos-config/blob/master/nixos/github-runner.nix example usage].


=== Build kite ===  
=== Build kite ===