From 9607ab7b4da199c9d0d03334e8649d3d4ba86ace Mon Sep 17 00:00:00 2001 From: Deepak Khatri <deepaklorkhatri7@gmail.com> Date: Wed, 31 Jan 2024 13:27:50 +0530 Subject: [PATCH] Define CI/CD --- contrib/index.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/index.rst b/contrib/index.rst index 2605b7b..f70292f 100644 --- a/contrib/index.rst +++ b/contrib/index.rst @@ -3,9 +3,13 @@ Contribution ############# -GSoC site uses OpenBeagle CI for builds which means you don't have to setup anything on -your local machine to update anything on the site. To contribute to this site, you can -follow the simple steps provided below. +`GSoC <https://gsoc.beagleboard.io/>`_ site uses `OpenBeagle Continous Integration (CI) / Continous Development +(CD) <https://docs.gitlab.com/ee/ci/>`_ which is a continuous method of software development, where +you continuously build, test, deploy, and monitor iterative code changes. which means you don't have to setup +anything on your local machine to update anything on the site. To contribute to this site, you can follow the +simple steps provided below. + +.. note:: `OpenBeagle <https://openbeagle.org/>`_ is a self hosted instance of OpenSource program called `GitLab <https://about.gitlab.com/>`_. Fork the project ***************** -- GitLab