From 62b60ae161750b9662e2e90480bcfd6263b53c66 Mon Sep 17 00:00:00 2001 From: derselbst Date: Tue, 27 Jul 2021 22:47:04 +0200 Subject: [PATCH] Add OBS Workflow Continuous Integration with OBS for various Linux Distros as described here: https://openbuildservice.org/2021/05/31/scm-integration/ Secret Github Token is owned by @derselbst Secret OBS Token is owned by build.opensuse.org/users/derselbst Fluidsynth Github Repo Webhook currently only set up for PullRequest events (because it's the only event type supported by OBS, at the moment) --- .obs/workflows.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .obs/workflows.yml diff --git a/.obs/workflows.yml b/.obs/workflows.yml new file mode 100644 index 00000000..afde3e9b --- /dev/null +++ b/.obs/workflows.yml @@ -0,0 +1,5 @@ +workflow: + steps: + - branch_package: + source_project: home:derselbst:anmp + source_package: fluidsynth