diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 1137cff68805826b334562bf6b397fc217821d91
parent c2bc5a2923bde135b81340c5988cc20fbd434e76
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 16 Nov 2021 08:42:07 +0100

add obs upstream doc

Diffstat:
Mdocs/CI.MD | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/docs/CI.MD b/docs/CI.MD @@ -7,6 +7,9 @@ These jobs are called "workflows" in the OpenSuse Build Service and they are sto The documentation for this kind of "workflow" can be found in the [GitHub repository of the Open Build Service](https://github.com/openSUSE/open-build-service/wiki/Better-SCM-CI-Integration) and in a [series of blog posts on "SCM integration"](https://openbuildservice.org/blog). +A new chapter in the documentation was written Nov 2021 which explains the purpose and usage of OBS workflows in detail: +https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.scm_ci_workflow_integration.html + ## GitHub Action to Verify Build [`.github/workflows/c.yml`](../.github/workflows/c.yml) implements a GitHub action to run the simple series of build steps (`make && make install`) for new commits and pull requests on the `master` branch.