diff options
author | Tom Rini | 2021-07-27 13:01:44 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-04 15:58:31 -0400 |
commit | 08e8bc8a7fd253a45ed97b46afc4046809bfda22 (patch) | |
tree | 27c0f9f3be0e7557dc2a727a1e0f05f8a7fa8db4 /doc/develop/index.rst | |
parent | a1ff2cb4d433f983b25a2b2920dbfcea5dc4555c (diff) |
doc: Add basic information about running CI tests
Start out by documenting general expectations on when CI is run, how
anyone can run Azure pipelines, and how GitLab CI pipelines can be run.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 3ead7bda8fd..1203409db7b 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -9,6 +9,7 @@ Implementation .. toctree:: :maxdepth: 1 + ci_testing commands driver-model/index global_data |