mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-02 15:31:52 +00:00
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)
This commit is contained in:
parent
1511b5a575
commit
62b60ae161
1 changed files with 5 additions and 0 deletions
5
.obs/workflows.yml
Normal file
5
.obs/workflows.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
workflow:
|
||||
steps:
|
||||
- branch_package:
|
||||
source_project: home:derselbst:anmp
|
||||
source_package: fluidsynth
|
Loading…
Reference in a new issue