patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 64463ccd421b5501fb290feed39a6cd4aef499b4 637 bytes (raw)
name: Documentation/doc/development/checks.adoc 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
= Checks

// SPDX-FileCopyrightText: 2023 Alyssa Ross <hi@alyssa.is>
// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0

As part of the release build of Spectrum, checks are run to test
functionality, ensure conformity with code conventions, and so on.

These checks are defined inside the
https://spectrum-os.org/git/spectrum/tree/release/checks[release/checks]
directory.  To run a check, use `nix-build`:

[source,shell]
[listing]
nix-build -I nixpkgs=https://spectrum-os.org/git/nixpkgs/snapshot/nixpkgs-rootfs.tar.gz release/checks/shellcheck.nix

Building the release/checks directory will run all checks.

debug log:

solving 64463cc ...
found 64463cc in https://spectrum-os.org/git/spectrum

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).