mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
flake/ci: add ci.buildbot
output
Adds top-level and per-system `ci.buildbot` option for defining tests to
build on buildbot.
These are exposed as the `ci.buildbot.«system»` flake output.
(cherry picked from commit e18d3fb280
)
This commit is contained in:
parent
82fafc9f9f
commit
2a7854903c
3 changed files with 46 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
{
|
||||
name = "checks";
|
||||
help = "Run all nixvim checks";
|
||||
# TODO: run tests from the `ci` flake output too?
|
||||
command = ''
|
||||
echo "=> Running all nixvim checks..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue