From 53872581ba79ad62e2f6e38712e218a567a7a69c Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 13 Apr 2022 11:47:09 +0200 Subject: [PATCH] cmake(ci): Clean doc --- cmake/docs/ci.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmake/docs/ci.md b/cmake/docs/ci.md index edec04d8dc..bf81d4b392 100644 --- a/cmake/docs/ci.md +++ b/cmake/docs/ci.md @@ -5,12 +5,9 @@ for orchestration. pros: -* You are independent of third party CI runner config (e.g. github actions - runners or Travis-CI VM images). -* You can run it locally on your linux system. -* Most CI provide runner with docker and Makefile already installed (e.g. - tarvis-ci - [minimal images](https://docs.travis-ci.com/user/languages/minimal-and-generic/). +* You are independent of third party CI runner VM images (e.g. [github actions/virtual-environments](https://github.com/actions/virtual-environments)). +* You can run it locally on any host having a linux docker image support. +* Most CI provide runner with docker and Makefile installed. cons: